Difference between revisions of "Template:UI Object Attributes (Label)"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
{| class="wikitable" | {| class="wikitable" | ||
!Name | !Name | ||
+ | !Value | ||
!Description | !Description | ||
− | |||
|- | |- | ||
|label | |label | ||
+ | |string | ||
|Label's text. Can contain HTML tags | |Label's text. Can contain HTML tags | ||
− | |||
|- | |- | ||
|fontsize | |fontsize | ||
+ | |integer | ||
|Font size | |Font size | ||
− | |||
|- | |- | ||
|fontcolor | |fontcolor | ||
+ | |CSS color | ||
|Font color | |Font color | ||
− | |||
|- | |- | ||
|fontstyle | |fontstyle | ||
Line 22: | Line 22: | ||
|- | |- | ||
|fontweight | |fontweight | ||
+ | |bold,bolder... | ||
|Font weight | |Font weight | ||
− | |||
|- | |- | ||
|textalign | |textalign | ||
+ | |left | ||
|Text alignment | |Text alignment | ||
− | |||
right | right | ||
center | center | ||
justified | justified | ||
|} | |} |
Revision as of 17:47, 19 December 2013
Label attributes
Name | Value | Description |
---|---|---|
label | string | Label's text. Can contain HTML tags |
fontsize | integer | Font size |
fontcolor | CSS color | Font color |
fontstyle | Font style | ? |
fontweight | bold,bolder... | Font weight |
textalign | left | Text alignment
right center justified |