The problem is that if i want to change the value of a html element
like textfield in the function in controller, how can i get that?
example:
def
…
#like following
<javascript tag change the element’s value>
end
The problem is that if i want to change the value of a html element
like textfield in the function in controller, how can i get that?
example:
def
…
#like following
<javascript tag change the element’s value>
end
Try
page[‘id_of_element’].value = “new value”
Ivor
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