Important changes to Tiny Cloud pricing > Find out more

tinymce.Theme

TinyMCE theme class.

Methods

name summary defined by
renderUI() This method is responsible for rendering/generating the overall user interface with toolbars, buttons, iframe containers etc. tinymce.Theme

Methods

renderUI

renderUI(obj:Object):Object

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

Parameters
  • obj (Object) - Object parameter containing the targetNode DOM node that will be replaced visually with an editor instance.
Return value
  • Object - an object with items like iframeContainer, editorContainer, sizeContainer, deltaWidth, deltaHeight.

Can't find what you're looking for? Let us know.

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.