RunnerPage object represents the current page object and is called pageObj. It is available in the JavaScript OnLoad event of the appropriate page.
Methods
Method |
Description |
Gets the object of the search panel (SearchController object). |
|
Hides the field and its label. |
|
Shows the previously hidden field and its label. |
Returns the RunnerTabs object, which represents a single tab group. |
Shows or hides a page element in JavaScript events. |
Returns an array of GridRow objects for all the records in the data grid on the List page. |
Returns an array of GridRow objects for all selected records in the data grid on the List page. |
Returns an array of key field values for all the selected records. |
Returns the RunnerPage object of the details preview displayed on the page. |
Returns the RunnerPage objects for all the details previews on the current page. |
Returns the jQuery object that represents the button object. |
|
Returns the jQuery object representing the page element. Use this function when you need to apply code to one of the page elements. |
Shows or hides a set of page elements in JavaScript events. |
|
Skips the built-in 'Warn about leaving the page' popup message. |
See also: