LinkToURL Properties
● controlMenuDisabling
The menu can be used with controlMenuDisabling=false, even if enabled=false is set for the link. However, if the link is disabled by a higher-level element, the menu is also disabled. With controlMenuDisabling=true the menu behaves like the link.
● hotkey
Activation of hotkeys.
This property can be personalized by an administrator.
● reference
Address/URL of the Web page to be opened.
The URL must be a valid absolute URL (http://…, https://…, ftp://…, mailto:// … and so on) or an absolute path to the application server. Relative paths refer to the MIME folder of the current Web Dynpro component. You can also specify the URL relative to the application server using the predefined /.

Note that JavaScript is not allowed.
This property can be personalized by an administrator.
● 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.
This property can be personalized by an administrator.
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. |