search for: icon_edititem

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

2006 Aug 04
3
<img onclick> vs link_to_remote()
...rty_controller.rn def closeSelection render :update do |page| page.replace_html ''selections'', "" end end will reset the content of the ''selections'' div to empty... fine but if I try to use <%= link_to_remote (image_tag("icon_edititem.gif" , :size=>"16*16", :border=>0, :alt=>"Edit this Property", :Title=>"Edit this Property") " , { :controller => "property", :action => "delete",:id => @property }, :class => "additem") %> the href...