search for: toggle_slide

Displaying 5 results from an estimated 5 matches for "toggle_slide".

2009 Jan 20
4
Shared templates across controllers
...ecause their CRUD behavior is executed via AJAX, the "templates" for the actions are all short .rjs files. Now, because of the similarity of the models, most of the templates are exactly the same, with only the object names changed. That is, where one looks like this: page.visual_effect :toggle_slide, ''hidden_testimonial_form'' page.visual_effect :toggle_slide, ''add_testimonial_button'' The other looks like this: page.visual_effect :toggle_slide, ''hidden_service_form'' page.visual_effect :toggle_slide, ''add_service_button''...
2006 Apr 07
5
RJS support "toggle" effect?
Does RJS inherently support the Element.toggle effect? I haven''t been able to call it the way you call "appear", "fade", etc... Jeff -- Posted via http://www.ruby-forum.com/.
2006 Feb 11
6
Rails 1.1?
I have a few very basic questions. Is anyone using rails 1.1? How/Where can I get Rails 1.1 (I don''t see it on RubyonRails.org? What are the issues involved in moving from Rails 1.0 to Rails 1.1? If I move to Rails 1.1, can I downgrade? Just curious. Thank you very much for your assistance. Frank --------------------------------- Yahoo! Mail Use Photomail
2006 Apr 12
1
how to use toggle_effects
i''m playing with the toggle_slide effect right now which is great. the problem i''m having now though is figuring out what state the div starts in. i want it to be hidden and slide in first, but it always starts out visible and slides out first. -- Posted via http://www.ruby-forum.com/.
2006 Jun 26
1
RJS visual_effect toggle?
Is there a way to toggle an effect in an RJS? If not, anyone have recommendations for how to manually make it toggle? I guess I would assume some boolean that the rjs checks everytime it''s called and depending on whether it''s true or false it will do page.visual_effect :appear or page.visual_effect :hide -Ben Lisbakken -- Posted via http://www.ruby-forum.com/.