Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

getBody Method 

Returns the body element for the editor document.

[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

Editor Object


Direct link to this topic