Displaying 1 result from an estimated 1 matches for "wh_config".
Did you mean:
sh_config
2006 Jan 18
5
NOOB Ajax question: handling form input
...ate a zip code field which became too long as the user is entering the
value. The form was generated by the generate scaffold script. The form is
filled with default data taken from the current record. I coded the
following changes to a field in the _form.rhtml file:
<%= text_field ''wh_config'', ''zip'' %></p>
<%= observe_field(:wh_config_zip,
:frequency => 0.5,
:update => :wh_config_zip,
:url => {:action => :reszip}) %>
In the controller, I put the following method in a...