DocumentHead

Definition

Renders <head> section of the document and includes the necessary style sheets and scripts. It is a plain HTML tag. In the documentHead a nested META element (standard HTML) can be used. With META element information about the document (name, content, scheme, http-equiv) can be specified.

  • 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 Control API document .

Example