TinyMCE:API/tinymce.ui.NativeListBox/setDisabled

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Method: setDisabled

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.

Syntax

<void> setDisabled(<bool> s)

Parameters

s
Boolean state if the control should be disabled or not.
Personal tools