TinyMCE:API/tinymce.ui.NativeListBox/setDisabled
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: setDisabled
[edit]
Summary
Sets the disabled state for the control. This will add CSS classes to the element that contains the control. So that it can be disabled visually.
[edit]
Syntax
<void> setDisabled(<bool> s)
[edit]
Parameters
- s
- Boolean state if the control should be disabled or not.
