Displaying 1 result from an estimated 1 matches for "anoclick".
Did you mean:
noclick
2006 Feb 08
5
RJS
...tuff in edge rails.
I am doing stuff like :
page.replace_html ''scoops_tot'', @scoops.size
1. I want to add my own javascript functions 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/.