search for: icon_closeitem

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

2006 Aug 04
3
<img onclick> vs link_to_remote()
In one of my view , I have an image the user need to click to close a <div>selections</div> added by an Ajax call. if I use : <img src ="/images/icon_closeitem.gif", size="16*16", border="0",alt="Close Selection", title="Close", onclick="<%= remote_function(:url => { :controller => ''property'', :action => ''closeSelection'', :id => @property }) %>&quot...