Show TOC

Object documentationPage Locate this document in the navigation structure

 

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 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.

End of the note.
  • 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

Syntax Syntax

  1.   <hbj:content id="myContent">
         <hbj:page title="sap">
             ...
         </hbj:page>
      </hbj:content>
    
End of the code.