search for: form1_2

Displaying 2 results from an estimated 2 matches for "form1_2".

2006 Jun 06
0
Get value from form using rjs, and problem with Safari
...ccurs using RJS? View: <%= javascript_include_tag :defaults %> <h1>Test for Safari</h1> %= form_tag :action => ''do_something'', :id => @survey %> <div id="form1_1"> <%= q_item(1, 1)%> </div> <div id="form1_2"> <%= text_area("row1", "col2", { :cols => "20", :rows => "3" }) %> <div class="change"> <%= link_to_remote("change", :url => { :action => :change_back_div, :i...
2006 Jun 06
1
Getting value of form using Ajax (and problems with Safari)
...RJS? Thanks, - Jens View: Code: <%= javascript_include_tag :defaults %> <h1>Test for Safari</h1> %= form_tag :action => ''do_something'', :id => @survey %> <div id="form1_1"> <%= q_item(1, 1)%> </div> <div id="form1_2"> <%= text_area("row1", "col2", { :cols => "20", :rows => "3" }) %> <div class="change"> <%= link_to_remote("change", :url => { :action => :change_back_div, :id => "form1_2&q...