class_="link"

Using <widget class_="link"> creates an HTML hyperlink.

Syntax

<dynamic>
    <widget class_="link" type_="dummy|external" 
     text_="[LINK_TEXT]" url_="[URL_FOR_HYPERLINK]/>
</dynamic>

Attributes

type_
The type of hyperlink.

Valid values are:

  • dummy
  • external

The default is dummy.

text_
The text that will display to the end-user.
style_
The styling for the text.

This attribute may consist of one or more CSS property/value pairs separated by semicolons (e.g., font-family:courier;font-weight:bold;font-size:26pt;).

url_
The hyperlink URL.

Example for class_="link"

This example creates a simple HTML hyperlink. Results are shown below the code.

<dynamic>
    <widget class_="link" text_="1010data's Homepage" 
     type_="external" url_="https://www.1010data.com"/>
</dynamic>