| Namespace | tinymce.ui | 
| Class | SplitButton | 
| Inheritance | SplitButton Button Control | 
| Subclasses | ColorSplitButton | 
| Method | Defined By | 
|---|---|
| 
SplitButton(id:String, s:Object, ed:Editor) Constructs a new split button control instance. | SplitButton | 
| 
destroy():void Destroys the control will free any memory by removing event listeners etc. | Control | 
| 
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 handler. | SplitButton | 
| 
remove():void Removes the control. | Control | 
| 
renderHTML():String Renders the split button as a HTML string. | SplitButton | 
| 
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 | 
public 
						function SplitButton(id:String, s:Object, ed:Editor)
| id:String | Control id for the split button. | 
| s:Object | Optional name/value settings object. | 
| ed:Editor | Optional the editor instance this button is for. | 
public 
						function postRender():void
public 
						function renderHTML():String