Show TOC Start of Content Area

Object documentation Control API document

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.

 

Structure

Attribute

M

Values

Default

JSP Taglib

Classlib

id

*

String - cs

none

 

setDocumentId("myContent")

title

 

String

none

 

setTitle("sap")

 

Example

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

 

 

End of Content Area