Show TOC

Object documentationDocumentBody Locate this document in the navigation structure

 

Renders <body> section of the document and attaches the appropriate style class. It is a plain HTML tag with no attributes.

Example

Syntax Syntax

  1.   <hbj:content id="myContent">
         <hbj:document>
           <hbj:documentBody>
             ...
           </hbj:documentBody>
         </hbj:document>
      </hbj:content>
    
End of the code.