TinyMCE:API/tinymce.dom.DOMUtils/getRoot

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Method: getRoot

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.

Syntax

<Element> getRoot()

Returns

Root element for the utility class.

Personal tools