Show TOC

Control API documentLocate this document in the navigation 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.

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>