Class: GlobalControlManagerControlsCollection

GlobalControlManagerControlsCollection


new GlobalControlManagerControlsCollection()

An array of controls with global control management functions.

Source:

Methods


Activate(control [, delayRender])

Activates a control.

Parameters:
Name Type Argument Default Description
control Control

The control to be activated.

delayRender boolean <optional>
false

Whether or not to delay rendering for bulk operations.

Source:

Deactivate(control [, delayRender])

Deactivates a control.

Parameters:
Name Type Argument Default Description
control Control

The control to be deactivated.

delayRender boolean <optional>
false

Whether or not to delay rendering for bulk operations.

Source:

RemoveByID(id)

Removes a control from the collection.

Parameters:
Name Type Description
id number | Control

The ID of the control to be removed.

Source:

Render()

Loops through all controls in the collection setting focus and blur as appropriate.

Source: