SetGroupletMOptions method: Field class
Syntax
SetGroupletMOptions(modal_options)
Description
Use the SetGroupletMOptions method to set the modal options for the grouplet or tile.
Important:
Use this method within fluid applications only.
Parameters
| Parameter | Description |
|---|---|
|
modal_options |
Specifies custom modal options as a String value. See Fluid User Interface Developer’s Guide: Modal Options for more information. |
Returns
None.
Example
/* Action Menu */
Local string &sMenuTitle = MsgGetText(124, 524, "Message Not Found: Action Menu");
PTLAYOUT.HEADER_ACTIONGROUP.SetGroupletMOptions("sTitle@" | &sMenuTitle | ";bAutoClose@1;bMask@1;bHeader@0;");
Related Topics