search for: order_lines_part

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

2006 Jul 24
2
BIG JS limit? Using replace_html with partials containing JS
...enerated Javascript. Something like: order_screen.rhtml ------------------------------------------- <h1>Order</h1> <div id="order_part"> <%=render :partial=>''order_new'' %> </div> <h1>Ordered products</h1> <div id="order_lines_part"> <p>Please finalise the order information first...</p> </div> -------------------------------------------- And... order_edit.rhtml ------------------------------------------- <h2>Order id: <%=@order.id %></h2> <div id="order_message"&gt...