TinyMCE:API/tinymce.ui.Control/isDisabled

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Method: isDisabled

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.

Syntax

<bool> isDisabled()

Returns

true/false if the control is disabled or not.

Personal tools