does scriptaculous have a pop-up effect where you click a link and an element appears in a fixed position below (or wherever you want) but above the existing content on the page, if not, what is a good ajax framework to use for this? regards Marc --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Marc, Using Prototype and Script.Aculo.Us you can do such things using Element.show and Element.hide ( http://prototypejs.org/api/element#method-hide ) or even the effect to have some fancy effects ( http://wiki.script.aculo.us/scriptaculous/show/CombinationEffectsDemo ) If you like something more complete for window simulation I think you should have a look to the excellent Prototype Window ( http://prototype-window.xilinus.com/ ) Hope this help, -- Sébastien Grosjean - ZenCocoon On May 29, 3:13 pm, slideaway <mcyi2...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> does scriptaculous have a pop-up effect where you click a link and an > element appears in a fixed position below (or wherever you want) but > above the existing content on the page, if not, what is a good ajax > framework to use for this? > > regards > > Marc--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
On 29 May 2007, at 14:13, slideaway wrote:> does scriptaculous have a pop-up effect where you click a link and an > element appears in a fixed position below (or wherever you want) but > above the existing content on the page, if not, what is a good ajax > framework to use for this?There''s nothing preventing you from writing this using Prototype/ scriptaculous, and there are already quite a few ready-made effects hanging around, such as Lightbox etc. Almost every javascript framework has some examples for what you''re trying to do, google should be your friend here. Best regards Peter De Berdt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---