search for: delimage

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

Did you mean: selimage
2007 Oct 15
6
Form with two buttons
...'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: -------------------------------------- def llamada if (params[:op].nil?) then if (params[:op] == "delImage") then destroy #Borra imagen elsif (params[:op] == "addImage") then...