search for: update_1

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

Did you mean: update_
2005 Sep 01
0
Teething problems with Ajax.updater
Hi all, Forgive what I expect is a silly question. I have the following 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> <%= o...