5.5.2.1.20. Link
Link
is a hyperlink, which enables uniform opening of external web resources for the Web and Desktop client.
XML-name of the component: link
An example of XML-description for link
:
<link caption="Link" url="https://www.cuba-platform.com" target="_blank"/>
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.