TinyMCE:API/tinymce.Theme/renderUI

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Method: renderUI

Summary

This method is responsible for rendering/generating the overall user interface with toolbars, buttons, iframe containers etc.

Syntax

<Object> renderUI(<Object o>)

Parameters

o
Object parameter containing the targetNode DOM node that will be replaced visually with an editor instance.

Returns

Returns an object with items like iframeContainer, editorContainer, sizeContainer, deltaWidth, deltaHeight.

Personal tools