Show TOC Start of Content Area

Object documentation Document  Locate the document in its SAP Library structure

Definition

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

  <hbj:content id="myContent">
     <hbj:document>
       
...
     
</hbj:document>
  </hbj:content>

 

 

End of Content Area