TinyMCE:API/tinymce.ui.Control/isActive
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: isActive
[edit]
Summary
Returns true/false if the control is disabled or not. This is a method since you can then choose to check some class or some internal bool state in subclasses.
[edit]
Syntax
<bool> isActive()
[edit]
Returns
true/false if the control is disabled or not.
