SetContextMenuLabel method: Banner class
Syntax
SetContextMenuLabel(Label)
Description
Use the SetContextMenuLabel method to set the label for the context menu (More Actions) in the fluid banner. The default label is More Actions.
This method is ignored and has no effect in any of the following conditions:
-
If the component is rendered in a context that does not allow access to the fluid banner (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).
-
Context menu (More Actions) is not supported on small form factor devices.
Parameters
| Parameter | Description |
|---|---|
|
Label |
Specifies the label of the context menu (More Actions) as a String value. |
Returns
None
Example
(create PT_PAGE_UTILS:Banner()).SetContextMenuLabel("New Label");