TinyMCE:API/tinymce.ControlManager/setActive

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Method: setActive

Summary

Sets the active state of a control by id.

Syntax

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

Parameters

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

Returns

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

Personal tools