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

For many developers integrating EditLive! for Java Swing 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 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! for Java Swing provides the ability to extract only the contents of the <BODY> element of its HTML Document.

This tutorial provides developers with the knowledge required to extract only the <BODY> of the HTML Document stored in EditLive! for Java Swing at run-time.

Tutorial

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

Code

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