Table of Contents
Label
A Label is a widget, which is able to display a single line of text.
Attributes
| Name | Allowed Values | Description |
|---|---|---|
| width | Length- or Percentage | Sets the width of a widget |
| css | CSS Class Name | Sets a new style |
| tooltip | Text | Sets a tooltip text |
| id | Text | Sets the unique ID of the widget |
| action | Method Name | Left mouse click |
Options
| Name | Allowed Values | Description |
|---|---|---|
| visible | Bool | Widget visible/invisible |
Example
XML
<label>Simple Text</label>
Result
Links
You could leave a comment if you were logged in.
