search for: order_unit_price

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

2005 Sep 01
0
Teething problems with Ajax.updater
...llowing code: #CONTROLLER def calculate render :partial => ''calculate'' end #CALCULATE PARTIAL <%= update_element_function("update_1", :position => :bottom, :content => "<p>New product1!</p>") %> #VIEW <p><label for="order_unit_price">Unit price</label><br/> <%= text_field ''order'', ''unit_price'' %></p> <%= observe_field(''order_unit_price'', :frequency => 0, :complete => ''eval(request.reponseText)'', :url => { :acti...