Label Widget
A lightweight re-implementation of the classic ThingWorx Label widget.
Usage
Properties
Property | Type | Binding | Default | Description |
---|---|---|---|---|
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 | < | Template 1 | This will be the template used for the widget styling |
Text | ANY(localized) | < | Label | Text to be used |
Format | STRING(localized) | < | see Format Complex | |
Tooltip | STRING(localized) | < | Optional tooltip used to display additional information. Will be set as a title="" in the widget and styling based on browser used. | |
Ellipsis | BOOLEAN | FALSE | If ellipsis is TRUE the text doesn't fit within the label, it will truncate with ... at the end of the line and the text will be forced on one line and it will ellipsis at the end of the available space | |
IconURI | STRING | < | FALSE | 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. |