Deprecated
SearchController object is deprecated, we recommend using Search API instead.
SearchController object allows you to manage the search panel. It is available in the JavaScript OnLoad event for the List/Report/Chart pages (pages with a Search panel).
Use the getSearchController() method to get the search panel object:
var srch = pageObj.getSearchController();
Methods
Method |
Description |
Adds a field to the search panel and calls the callback function. |
|
Deletes all fields from the search panel. |
|
Deletes a field from the search panel. |
|
Hides or shows the search panel, shows the search panel as a popup. |
|
Returns search fields related to all fields or only the specified one. |
|
Hides or shows the criteria block on the search panel, sets values of the search criteria. |
|
Hides or shows options on the search panel. |
See also:
•JavaScript API: SearchField object