Displaying 1 result from an estimated 1 matches for "showform".
2006 Jun 12
2
dom id on form_remote_tag
...m is
being entered.
The observe_form tag needs a dom id to work on but I can''t see how to
enter an html option for the dom id of the form on the
form_remote_tag.
Any ideas?
Here is the form tag so far...
<%=form_remote_tag :loading=>"showProgress()",
:complete=>"showForm()",:url=>{:action=>:new,
:controller=>"sample_controller"}, :update=>"sampleForm"%>