
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.
|
Attribute |
M |
Values |
Default |
JSP Taglib |
Classlib |
|---|---|---|---|---|---|
|
id |
* |
String - cs |
none |
setDocumentId("myContent") |
|
|
title |
String |
none |
setTitle("sap") |
<hbj:content id="myContent">
<hbj:document>
...
</hbj:document>
</hbj:content>