search for: system_table

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

2007 Mar 20
2
Progressive AJAX Filter
...;Element.hide(''spinner'')", :url => {:action => ''select''}, :with => ''ipquery'' %> <...additional observers deleted here> <div id="systemTable"> <%= render(:partial => "system_table") %> </div> In my controller, I have this code to process entries in those fields: unless params[:namequery] == "" || params[:namequery].nil? conditions = "host_name LIKE \''#{@params[:namequery]}%\''" end unless params[:ipquery...