search for: _other_div

Displaying 1 result from an estimated 1 matches for "_other_div".

Did you mean: other_div
2006 Feb 27
0
Example code for select_from_db (a.k.a. combo box)
...9;, '''', html_options = { :id => "#{tag}_status" }) output << "</div>" output << tag(''div'', html_options = { :style => ''display: none;'', :id => "#{tag}_other_div" }) output << text_field_tag("#{tag}_other", '''') output << observe_field("#{tag}_other", :condition => "escape(value) != ''''", :url => { :field => :other,...