TinyMCE:API/tinymce.ui.Control/isActive

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Method: isActive

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> isActive()

Returns

true/false if the control is disabled or not.

Personal tools