Displaying 1 result from an estimated 1 matches for "closeselect".
2006 Aug 04
3
<img onclick> vs link_to_remote()
...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 }) %>" >
then it''s ok, in my property_controller.rn
def closeSelection
render :update do |page|
page.replace_html ''selections'', ""
end
end
will reset the content of the ''selections&...