Show TOC

Object documentationControl API document Locate this document in the navigation structure

 

Renders the root tag of the document (for example, <html> or <wml>) depending on the markup language used. It is a plain HTML tag with no attributes.

Structure

Attribute

M

Values

Default

JSP Taglib

Classlib

id

*

String - cs

none

setDocumentId("myContent")

title

String

none

setTitle("sap")

Example

Syntax Syntax

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