Skip to content
Laurian edited this page Mar 8, 2018 · 4 revisions

A lightweight label.

OnRender label properties

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

OnRender label events

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
Clone this wiki locally