The ClientLink element has three attributes. These attributes allow you to specify the same arguments you can pass in a window.open() JavaScriptâ„¢ method.
| Attribute | Description |
|---|---|
| link | Specifies the client link (a URL) for the component. Specification of this attribute is required. |
| target | Specifies the target window for the URL to load. This is optional. If not specified, the new URL is loaded into the same window. |
| features | Specifies the window features in a comma-separated string if the target attribute is specified. For example: features="scrollbars=yes,width=300,height=300" |