search for: anoclicks_tot

Displaying 1 result from an estimated 1 matches for "anoclicks_tot".

2006 Feb 08
5
RJS
...ctions to the page object. Is it possible and how ? 2. I am trying to update several fields, but i would like a to have a dekay between the updates : @anoclicks.each{|aclick| page.replace_html ''click_number_''+aclick.scoop.id.to_s , aclick.scoop.clicks_tot.to_i + aclick.scoop.anoclicks_tot.to_i page.visual_effect :Pulsate, "click_me_#{aclick.scoop.id}" } -- Posted via http://www.ruby-forum.com/.