SearchDialog.getControls

Syntax

getControls ();

Description

The getControls method returns the controls included into the dialog box.

Example

To execute the example, the HTML page must contain the SearchDialog component named searchDialog (see Example of Creating the SearchDialog Component). Hide the More button (the fourth control in the dialog box):

searchDialog.getControls()[4].hide();

 

After executing the example the More button is hidden in the search dialog box.

See also:

SearchDialog