URL Button
Qubes 5.3 Defines a hyperlink.
Properties
| Property | Description |
| Caption | String providing a caption for the component. |
| Enabled | Boolean indicating whether or not the component is enabled. |
| Hint | Specifies the user hint string that will appear in the component's interactive help bubble. |
| Icon | String indicating the image to use for an icon (Qubes 5.4). |
| IconSize | Dimensions of your icon, can be written as one or two values, syntax detailed there (Qubes 9.0). |
| TabIndex | Integer indicating the component's tab order (Qubes 5.6). |
| Target | Type of redirect to the URL. |
| URL | URL to assign to the button. |
| Visible | Boolean indicating whether or not the component will be visible. |
| Theme | String defining the appearance of the button, uses button styles (Qubes 9.0). |
Value
N/A
Remarks
The possible values of Target are:
_selfto open the URL in the active tab or layer (default value);_blankto open the URL in a new window (in a browser);_topto replace the tab (from a web layer, in Qubes 6.5 and higher).
Note: Button captions are always single-line (so any line breaks are replaced by spaces).