TinyMCE:API/tinymce.dom.DOMUtils/getRoot
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: getRoot
[edit]
Summary
Returns the root node of the document this is normally the body but might be a DIV. Parents like getParent will not go above the point of this root node.
[edit]
Syntax
<Element> getRoot()
[edit]
Returns
Root element for the utility class.
