SetGroupletDisplayIn method: Field class
Syntax
SetGroupletDisplayIn(display_in)
Description
Use the SetGroupletDisplayIn method to set the location where the target content for the grouplet or tile will be displayed.
Important:
Use this method within fluid applications only.
Parameters
| Parameter | Description |
|---|---|
|
display_in |
Specifies the display location as an Integer constant. |
Use the following integer constants (integer values are provided for reference only):
| Numeric Value | Constant Value | Description |
|---|---|---|
|
0 |
%GroupletActionInCurrentWindow |
Display the content in the current browser window. |
|
1 |
%GroupletActionInNewWindow |
Display in a new browser window. |
|
2 |
%GroupletActionInModal |
Display in a modeless modal window. |
|
3 |
%GroupletActionNavBarGrouplet |
Display in the NavBar (used by NavBar tiles only). |
|
4 |
%GroupletActionNavrBarUrlInCurrentWindow |
Display in the current browser window (used by NavBar tiles only). |
|
6 |
%GroupletActionAGTargetFluid |
Display the fluid component within the activity guide. |
|
7 |
%GroupletActionMDTargetFluid |
Display the fluid component within the master/detail target area. |
|
8 |
%GroupletActionMDTargetClassic |
Display the classic component within the master/detail target area. |
|
9 |
%GroupletActionAGTargetClassic |
Display the classic component within the activity guide. |
Returns
None.
Example
PT_AG_LAYOUT.PT_AG_GROUPBOX3.SetGroupletDisplayIn(%GroupletActionInCurrentWindow);