tinymce-Theme
优质
小牛编辑
125浏览
2023-12-01
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):ObjectThis 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.
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.