TinyMCE:API/tinymce.Editor/getContainer
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: getContainer
[edit]
Summary
Returns the editors container element. The container element wrappes in all the elements added to the page for the editor. Such as UI, iframe etc.
[edit]
Syntax
<Element> getContainer()
[edit]
Returns
HTML DOM element for the editor container.
