tinymce.ui.ToolbarGroup

Namespace tinymce.ui
Class ToolbarGroup
Inheritance ToolbarGroup Container Control
This class is used to group a set of toolbars together and control the keyboard navigation and focus.

Public Properties

Property Defined By
controls : Array
Array of controls added to the container.
Container

Public Methods

Method Defined By
Adds a control to the collection of controls for the container.
Container
destroy():void
Destroys the control will free any memory by removing event listeners etc.
Control
get(n:String):Control
Returns a control by id from the containers collection.
Container
isActive():Boolean
Returns true/false if the control is disabled or not.
Control
isDisabled():Boolean
Returns true/false if the control is disabled or not.
Control
isRendered():Boolean
Returns true/false if the control has been rendered or not.
Control
postRender():void
Post render event.
Control
remove():void
Removes the control.
Control
renderHTML():String
Renders the toolbar group as a HTML string.
ToolbarGroup
renderTo(n:Element):void
Renders the control to the specified container element.
Control
setActive(s:Boolean):void
Sets the activated state for the control.
Control
setDisabled(s:Boolean):void
Sets the disabled state for the control.
Control
setState(c:String, s:Boolean):void
Sets the specified class state for the control.
Control

Method details

renderHTMLmethod

public function renderHTML():String
Renders the toolbar group as a HTML string.

Returns

String - HTML for the toolbar control.