GetPageTitleField method: Banner class
Syntax
GetPageTitleField()
Description
Use the GetPageTitleField method to instantiate a Field object representing the page title found in the fluid banner (if available).
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).
Note:
This method typically is not used, but is available if additional manipulation of the page title field is required.
Parameters
None
Returns
A Field object.
Example
Local Field &oTitle = (create PT_PAGE_UTILS:Banner()).GetPageTitleField();