Displaying 1 result from an estimated 1 matches for "opmenu".
Did you mean:
topmenu
2007 Oct 15
6
Form with two buttons
Hi,
I need to make a form with two buttons. But I do wrong. And why not can
be.
form:
-------------------------------
<%= form_tag :controller => ''establishment_contents'', :action =>
''llamada'', :opMenu => opcionMenu %>
[...]
<%= image_submit_tag ("../images/incluir.gif", :op=>"addImage") %>
[...]
<%= image_submit_tag ("../images/eliminar.gif", :op=>"delImage") %>
<%= end_form_tag %>
establishment_contents_controller.rb:
-...