TinyMCE:API/tinymce.Editor/getContentAreaContainer
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: getContentAreaContainer
[edit]
Summary
Returns the editors content area container element. The this element is the one who holds the iframe or the editable element.
[edit]
Syntax
<Element> getContentAreaContainer()
[edit]
Returns
HTML DOM element for the editor area container.
