Table of Contents
getBody Method 

Returns the body element for the editor document.

Syntax
JavaScript
 Editor.getBody()
Remarks

The Editor uses a separate document to edit your HTML contents. This function returns the body element of that document. You can use the returned body element to gain access and modify editor contents by directly modifying the DOM tree.

See Also