Abdur-Rahman Advany
2006-Jan-19 00:31 UTC
#3530 rails patch for visual_effect to support the newly created scope, position and limit
Hi guys, I have made a patch that enables to use the queue like visual_effect(:drop_out, ''dropme'', :queue => {:position => "end", :scope => "test", :limit => "2"}) That puts the effect on the end, puts the scope like it should, and enables to set a limit (all features of script.aculo.us). The old syntax works to and outputs the same code. http://dev.rubyonrails.org/ticket/3530 Small patch : ) thnx, Abdur-Rahman Advany