I have a rjs with:
page.replace_html ‘tag’, ‘’ +
link_to_remote(“doit”, :url =>{ :action => :doit })
how I read the value of the “abc” field in the :doit remote action
after the user click on the doit link?
Thanks
I have a rjs with:
page.replace_html ‘tag’, ‘’ +
link_to_remote(“doit”, :url =>{ :action => :doit })
how I read the value of the “abc” field in the :doit remote action
after the user click on the doit link?
Thanks
The answer was to use prototype’s $F() function which returns the
value of any field input control:
page.replace_html ‘tag’, ‘’
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs