Link
Link
is a hyperlink which is used to open external web resources.
Component’s XML-name: link
.
An example of XML-description for link
:
<link caption="Link"
url="https://www.jmix.io/"
target="_blank"
rel="noopener"/>
Attributes
-
url
– the URL of the web resource. -
target
– sets the web page opening mode, the same as the target 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 isnoopener 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.
All XML Attributes
align - caption - captionAsHtml - colspan - css - description - descriptionAsHtml - enable - box.expandRatio - height - htmlSanitizerEnabled - icon - id - rel - responsive - rowspan - stylename - target - url - visible - width