Show TOC

Object documentationDocument 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. The document control has two additional controls:

documentBody: Renders the <body> section of the document

documentHead: Renders the <head> section of the document

Attributes

M

Values

Usage

id

*

String (cs)

Taglib

Defined with content tag.

Classlib

setDocumentId("myContent")

title

*

String

Taglib

Defined with documentHead tag.

Classlib

setTitle("SAP")

Example

Syntax Syntax

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