EditLive! 9 Documentation : Setting the Body in the Swing SDK

For many developers integrating EditLive! into their application, the editor's purpose will be to allow users to generate extensively rich segments of HTML. Often the user isn't required to create a complete HTML document, but rather HTML that is then rendered out as a portion of a larger webpage.

To remove the complexity from having to deal with entire HTML documents when only snippets of HTML are desired, EditLive! provides the ability to set only the contents of the <BODY> element of its HTML Document.

This tutorial provides developers with the knowledge required to set only the <BODY> of the HTML Document stored in EditLive!. This tutorial depicts how the <BODY> of EditLive! can be set at both load-time or run-time.

Tutorial

The Setting the Body in the Swing SDK Tutorial provides a step-by-step walk-through on how to specify the <BODY> element of the HTML Document stored in EditLive!.

Code

The complete code view for all the associated files in the Setting the Body in the Swing SDK Tutorial is available here.