Show TOC Start of Content Area

Object documentation Page  Locate the document in its SAP Library structure

Definition

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.

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.

 

Attributes

M

Values

Usage

title

 

String

Taglib
title="sap"

Classlib
See
document

 

Example

  <hbj:content id="myContent">
     <hbj:page title=
"sap">
         
...
     
</hbj:page>
  
</hbj:content>

 

 

End of Content Area