search for: particletree

Displaying 10 results from an estimated 10 matches for "particletree".

2006 Apr 06
4
Using RJS to call custom JavaScript class/method
...in this one: # Call the custom JavaScript class/method AddressBook.cancel() page.address_book.cancel In trying to develop a "lightbox" style modal form, I have been successful in saving the form data via AJAX but I can''t seem to close the "lightbox". I am using the Particletree.com "Lightbox Gone Wild!" implementation (http://particletree.com/features/lightbox-gone-wild/) How exactly do I call custom JavaScript? Using ''page.lightbox.deactivate'' throws the error: ''RJS error: ReferenceError: Lightbox is not defined''. Thanks...
2007 Mar 23
7
Lightbox-eske Dialogish Object
So, one of the things I''ve always wanted to do was expand upon the simplicity of the Lightbox Gone Wild! object that the coders at www.particletree.com put together months ago. I used it on an application I wrote to organize my own picture albums on my localhost web server, but I had to hack it apart to get it to do the things I wanted it to do. I looked at the Prototype Window class, thick box, grey box, etc. and all of them didn'...
2005 Dec 08
6
What does mean $(element) ?
Hi All, In scriptaculous scripts, I don''t understand this syntaxe : $(element) --8<--------------------------------- Effect.Highlight = Class.create(); Object.extend(Object.extend(Effect.Highlight.prototype, Effect.Base.prototype), { initialize: function(element) { this.element = $(element); ... --8<--------------------------------- I had never seen this syntaxe, I
2006 Feb 03
2
RE: help with syntax
...yntax im not a javascript programmer... so be nice. scriptaclous uses a differnt format for writing functions and code then i am used to. are there books or tutorials for helping a beginner understand how to write like this and what everything is? that said... i was readding this webpage: http://particletree.com/features/lightbox-gone-wild/ and had a question about this function: initialize: function(ctrl) { this.content = ctrl.href; Event.observe(ctrl, ''click'', this.activate.bindAsEventListener(this), false); ctrl.onclick = function(){return false;}; }, im totally stump...
2006 Mar 03
1
Dynamic JS updating / data-preloading using ajax
...cular link is clicked. Are there any ressources on the web explaining on how to fill the content coming from ajax into javascript objects ? [1] I''m pretty new to the prototype stuff. And I use Rails, so maybe there''s a cool solution ? [2] Thx! Jan [1] Just discovered http://particletree.com/features/preloading-data-with-ajax-and-json/ But don''t know if I''d need JSON to do this within Rails ? [2] Concerning Rails: http://www.codyfauser.com/articles/2005/11/20/rails-rjs-templates May this be the solution ?
2006 Feb 03
6
Rich Text Editor
I know I saw something a while back about a simple Rich Text Editor; did that go anywhere? I''d love to see something as simple as the one google uses in gmail. If not, I''ll get started on it :-D. -Jerod _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2005 Aug 08
7
JS Input/Validation Library
Does anyone has any thoughts about starting a project to simplify client-side form validation and input? I started thinking about this because I think date input in most web applications is broken. I really like Simon Willison''s demo: http://simon.incutio.com/code/js/date-parser/ I think this could be improved (by mapping say shift+left-arrow to the previous day, and
2006 Jul 23
0
appendChild crashes ie6 onload (urget)
...encountered this problem before? A function which is attached to the window''s onLoad with Event.observe crashes ie6 ONLY when appendChild is called. I have confirmed it across multiple computers. Even weirder, the function in question is a well tested script commonly used. http://www.particletree.com/examples/lightbox I have eliminated all js on the page except prototype and lightbox, and it still crashes. Can someone please shed some light on this. Thank you! --louis _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOv...
2007 May 19
4
button_to_function with image?
Hi: does button_to_function allow the use of an image? I tried it in place of the text with "image_tag" and it doesn''t work. Maybe some form of button_to? Any direction you can give would be great! Mike -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups
2006 Feb 26
16
MySQL GUI for OS X
G''day everyone, I''ve got Rails up and running, but am having trouble finding a stable MySQL client for OSX. I was looking at the ''Creating a weblog in 15 minutes'' screencast from rubyonrails.org - what MySQL client is David using? I''ve found the MySQL clients (Administrator / Query Browser) to be highly unstable and rather pathetic under OSX. If