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