Displaying 1 result from an estimated 1 matches for "add_rate_group".
2006 May 09
6
RJS, & mulitple Drop Down Boxes.
...,
:update => "contract",
:url => { :action => :add_contract },
:with => "''union_id=''+value") %>
<%= observe_field("contract",
:frequency => 0.25,
:update => "rate_group",
:url => { :action => :add_rate_group },
:with => "''contract_id=''+value") %>
<%= end_form_tag %>
and the two RJS files contiain somethign like this... for testing
purposes...
page.insert_html :bottom, ''contracts'', ''<option>Test</option>''
now,...