TinyMCE:API/tinymce.ControlManager/setActive
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: setActive
[edit]
Summary
Sets the active state of a control by id.
[edit]
Syntax
<tinymce.ui.Control> setActive(<String> id, <bool> s)
[edit]
Parameters
- id
- Control id to set state on.
- s
- Active state true/false.
[edit]
Returns
Control instance that got activated or null if it wasn't found.
