Displaying 1 result from an estimated 1 matches for "_show_other".
Did you mean:
show_other
2006 Feb 27
0
Example code for select_from_db (a.k.a. combo box)
...gt;
@params }
else
render :partial => "hide_other", :locals => { :params =>
@params }
end
when "other"
render :partial => "hide_other", :locals => { :params =>
@params }
end
end
==== app/views/assets/_show_other.rjs ====
tag = "#{params[:object]}_#{params[:method]}_#{params[:uniqid]}"
page << "if (Element.visible(''#{tag}_other_div'') == false)
Effect.SlideDown(''#{tag}_other_div'');"
page << "$(''#{tag}_other'').focus...