-
Notifications
You must be signed in to change notification settings - Fork 10
Label
Laurian edited this page Mar 8, 2018
·
4 revisions
A lightweight label.
The component has the following properties:
Property | Type | Default | Description |
---|---|---|---|
dataProviderID | dataprovider | null | Dataprovider to display in the label |
displayTags | boolean | true | Label should display tags |
enabled | enabled | true | When false label has disabled appearance and actions do not work |
format | format | type default | Format for the dataprovider |
location | point | null | Label location |
size | dimension | null | Label size |
styleClass | styleclass | null | Additional style class(es) of the component |
styleClassExpression | dataprovider | null | Additional style class(es) of the component provided using a dataprovider |
toolTipText | tagstring | null | Label tooltip |
visible | visible | true | When false component is not visible |
Event | Params | Return | Description |
---|---|---|---|
onActionMethodID | event:JSEvent | Fired when you click the label | |
onDoubleClickMethodID | event:JSEvent | Fired when you double click the label | |
onRightClickMethodID | event:JSEvent | Fired when you right click the label |