Page

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.

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