| Namespace | tinymce |
| Class | Theme |
| Method | Defined By |
|---|---|
|
getInfo():Object
Meta info method, this method gets executed when TinyMCE wants to present information about the theme for example in the...
|
Theme |
|
Initializes the theme.
|
Theme |
|
renderUI(obj:Object):Object
This method is responsible for rendering/generating the overall user interface with toolbars, buttons, iframe containers...
|
Theme |
public
function getInfo():Object
public
function init(editor:Editor, url:String):void
| editor:Editor | Editor instance that created the theme instance. |
| url:String | Absolute URL where the theme is located. |
public
function renderUI(obj:Object):Object
| obj:Object | Object parameter containing the targetNode DOM node that will be replaced visually with an editor instance. |