TinyMCE:API/tinymce.ui.NativeListBox/isDisabled
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: isDisabled
[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> isDisabled()
[edit]
Returns
true/false if the control is disabled or not.
