Gets the object of the search panel (SearchController object). The getSearchController() method is available in the JavaScript OnLoad event of the List/Chart/Report/Advanced Search pages.
Note: the SearchController object is deprecated.
Syntax
var srch = pageObj.getSearchController();
Arguments
No arguments.
Return value
Returns the SearchController object.
See also:
•About SearchController object
•JavaScript API: RunnerPage object