search for: add_items_form

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

2007 Sep 07
0
form_remote_tag :confirm tag
<% form_remote_tag( :url => { :action => ''add_items'', :id => @vtl.id}, :html => {:id => ''add_items_form''}, :confirm => "Are you sure stuff" ) do %> That is the generic form_remote_tag that i have used so far. But, in one case, I have to conditional pop up the confirm dialog. If a, use this form and pop-up the dialog and if b, use this form without the dialog....