TinyMCE:API/tinymce.ControlManager/setDisabled

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Method: setDisabled

Summary

Sets the disabled state of a control by id.

Syntax

<tinymce.ui.Control> setDisabled(<String> id, <bool> s)

Parameters

id
Control id to set state on.
s
Active state true/false.

Returns

Control instance that got disabled or null if it wasn't found.

Personal tools