DisplayIn property: Content Reference class
Description
Use the DisplayIn property to set or return a number value representing how the target transaction or content appears once a user taps the tile.
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 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. |
This property is read/write.
Important:
Use this property within fluid applications only.
Related Topics