!--a11y-->
LinkToURL Properties 
· reference
Address/URL of the Web page to be opened. You specify the URL relative to the application server using /, otherwise use the absolute notation: http://, https://, ftp://, mailto:// … and so on.

Note that JavaScript is not allowed.
· target
Browser window in which the page is to be opened. You can specify the name of the target window yourself or use the following value that complies with the W3C-HTML standard:
¡ _blank
The page is opened in a new window without a name. This is the default value.

A new window is always opened with _blank. When you specify a window and one with this name does not exist, a new window is opened. If this window already exists, the existing content is rejected and the new URL is loaded in. In this case the window is not placed in the foreground.
· type
Graphical display of the UI element.
Value |
Visual Display |
Description |
navigation |
|
Link is displayed underlined and with a font color that is used for links already visited. |
function |
|
Link is displayed underlined in the standard design. |
reporting |
|
Link is displayed not underlined in the standard design. |
result |
|
Link is displayed not underlined. |