A simple widget used to dynamical display status messages.
Usage #
Properties #
| Properties | Type | Binding | Default | Description |
|---|
| Custom Class | STRING(localized) | <> | | 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 | The widget Template to use for this widget |
| IconURI | STRING | < | | URI describing the icon. Either a HTTP link or a reference to an icon in an icon font can be used. |
| Position1 | STRING | <> | Top-Right | Positioning of the notification popup |
| Title | STRING(localized) | < | | An optional title to display on top of the message |
| Message | STRING(localized) | < | | Status message to be displayed |
| Delay | NUMBER | | 3000 | Time in milliseconds for the message to be shown |
| AutoClose | BOOLEAN | | TRUE | Set if the message should hide automatically after the delay |
| HideProgressBar | BOOLEAN | | FALSE | Hides the descending progress bar that shows when the message will close |
| PauseDelayOnHover | BOOLEAN | | TRUE | Pauses the delay countdown when hovering the mouse over the message to allow the user more time to read it |
| NewestMessageOnTop | BOOLEAN | | FALSE | If Enabled, the newest message will show on top of the already showing message |
| CloseOnClick | BOOLEAN | | FALSE | The whole message becomes clickable for closing the message |
| PauseDelayOnWindowDefocus | BOOLEAN | | FALSE | If Enabled, all status messages shown will have their delay time paused when window is not in focus |
| Data | INFOTABLE | < | | An optional data set to associate to the notification. This data will be available to use when the notification the notification is clicked |
| EventData | INFOTABLE | > | | The data associated to the notification that was clicked |
| UseForSystemNotifications | BOOLEAN | | FALSE | Use this widget to generate Thingworx notifications instead of the standard status message |
Services #
| Property | Type | Binding | Description |
|---|
| Show | SERVICE | < | Shows the message |
Events #
| Property | Type | Binding | Description |
|---|
| NotificationClicked | EVENT | > | Triggered when a notification is clicked |
ℹ️Note: #
Position Options : ↩︎
- Top-right
- Top-center
- Top-left
- Bottom-right
- Bottom-center
- Bottom-left