Control API for Page (page)
Represents a complete HTML page consisting of tags <html>, <head>
and <body> and includes the necessary style sheets and scripts.
It is a plain HTML tag.
Important Note:
If JavaScripts are used (for 'onClientClick' events) the page tag
is necessary for the renderer to place the JavaScripts at the end of the
page.
- title
Set the title that is usually displayed in the title bar of the
web client.
|
attribute
|
req. |
values |
default |
case sens. |
JSP taglib |
classlib |
| title |
no |
String |
none |
no |
title="SAPPortals" |
|
Example
<hbj:content id="myContent">
<hbj:page title="SAPPortals">
...
</hbj:page>
</hbj:content>
|
|