SetPageTitle method: Banner class
Syntax
SetPageTitle(Title)
Description
Use the SetPageTitle method to set the page title in the fluid banner.
This method is ignored and has no effect if the component is rendered in a context that does not allow access to the fluid banner and Actions menu (that is, in an activity guide, in a modal window or in a modeless window, when executing as a grouplet request, or when executing as a component interface).
Parameters
| Parameter | Description |
|---|---|
|
Title |
Specifies the page title as a String value. |
Returns
None
Example
(create PT_PAGE_UTILS:Banner()).SetPageTitle("My Title");