Icon Widget
A simple widget used to dynamical display Icons.
Usage
Properties
Property | Type | Binding | Default | |
---|---|---|---|---|
CustomClass | STRING | <> | Enables you to define an html class to the top div of the widget. Multiple classes can be entered, separated by space | |
Template | LIST | < | The widget template to use for this widget | |
IconURI | STRING | < | URI describing the icon that's going to be used. Either a HTTP link or a reference to an icon in an icon font can be used. | |
Tooltip | STRING(localized) | < | Optional tooltip used to display additional information. This tooltip can be styled globally from GlobalStyles. | |
TooltipType | LIST | < | Text | The widget tooltip type |
TooltipMashup | MASHUPNAME | < | Mashup to be used as a tooltip when TooltipType is set as Mashup | |
TooltipWidth | NUMBER | Width of the tooltip. It won't be bigger than the Max-width set in the GlobalStyles for the Tooltip | ||
TooltipHeight | NUMBER | Height of the tooltip. Can only be set if TooltipType is set as HTML , Markdown or Mashup |