Wiki source code of Label
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | This property defines the label text of an element. A label is the text above, below or to the right or left of an element. Not every element has got this property. | ||
| 2 | |||
| 3 | {{figure image="designer_properties_label_en.png"}} | ||
| 4 | The label text appears next to a form element. It should be kept short and tell the user what they should enter in this form field. | ||
| 5 | {{/figure}} | ||
| 6 | |||
| 7 | {{table dataTypeAlpha="0" colWidth="-500"}} | ||
| 8 | |=Name|=Beschreibung | ||
| 9 | |Label|Value of the label. This is the text that is displayed next to the element. | ||
| 10 | |Alignment|Specifies the position (left, right, above, below) of the label. | ||
| 11 | |Width (in px)|Distance between label and the element. Applies only when the alignment is set to //left//. | ||
| 12 | |Placeholder|Placeholder text, applies only to input fields. | ||
| 13 | |Title|Tooltip of the item (the HTML //title// attribute). | ||
| 14 | |Unit|Text that after an element. Usually this is used for units, such //EURO// or //km//. | ||
| 15 | {{/table}} |