3.5.2.1.23. Link
Link
is a hyperlink, which enables uniform opening of external web resources.
XML-name of the component: link
An example of XML-description for link
:
<link caption="Link" url="https://www.cuba-platform.com" target="_blank" rel="noopener"/>
link
attributes:
-
url
– the URL of the web resource.
-
target
– sets the web page opening mode for the Web Client, the same as thetarget
attribute of the<a>
HTML element.
-
rel
- an optional attribute that specifies the relationship between the current document and the linked document. It corresponds to therel
HTML attribute which is placed within the<a>
tag.Default value is
"noopener noreferrer"
.-
noopener
- indicates that any browsing context created by following the link will not have an opener browsing context, which means that itswindow.opener
property will benull
. -
noreferrer
indicates that no HTTP referer header is to be sent when following the link.
-
- Attributes of link
-
align - caption - captionAsHtml - css - description - descriptionAsHtml - enable - box.expandRatio - icon - id - rel - stylename - url - target - visible - width