This is a clone of the
PageLink component to show the resulted page in a pop up window.
The PageLinkPopup component has the following parameters.
Parameter name | Type | Required | Default | Default Prefix | Description |
context | java.util.List | no | prop | As in PageLink component | |
page | java.lang.String | yes | literal | As in PageLink component | |
windowName | java.lang.String | yes | literal | The title of the pop up. | |
features | java.lang.String | yes | literal | The attributes of the pop up window. |
Online demo