A2v10 Platform documentation
UK


Hyperlink Element

Represents a hyperlink.

Inherits: Inline : UIElement : UIElementBase

Content property: Content

Properties

Name Type Description
Content String Link text.
Command BindCmd The command to be executed when the hyperlink is clicked.
Icon Icon Icon
Size ControlSize Link size. Possible values:
  • Default - by default (Normal).
  • Small - reduced.
  • Normal - regular.
  • Large - increased
Style HyperlinkStyle Link style. Possible values:
  • Default - by default. Regular link.
  • Popover - link for tooltip. Underlined by a dotted line. Its specific look depends on the user interface theme.
DropDown UIElementBase The dropdown element associated with the link. This is typically the DropDownMenu element.
HideCaret Boolean Hide dropdown expand icon.
Highlight Boolean Highlight the icon with the color of the active hyperlink when you hover the mouse cursor. It makes sense only for certain icons (e. g. Send).
TestId String Item ID for testing tools.
Hint Popover Tooltip for the link. It is displayed as an icon specified in the Icon property of the Popover object. If the icon is not specified, is displayed.
Basic element properties