TinyMCE:API/tinymce.ui.Button

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Class: tinymce.ui.Button extends tinymce.ui.Control

This class is used to create a UI button. A button is basically a link that is styled to look like a button or icon. Normally you won't need to touch this class directly since the addButton method is a lot easier to use.

Constructor

Button
Constructs a new Button instance.

Methods

postRender
Post render handler.
renderHTML
Renders the button as a HTML string.

Methods inherited from tinymce.ui.Control

setDisabled,isDisabled,setActive,isActive,setState,isRendered,renderHTML,renderTo,postRender,destroy

Personal tools