Difference between revisions of "Template:UI Object Attributes (Label)"

From HSYCO
Jump to navigation Jump to search
Line 2: Line 2:
 
{| class="wikitable"
 
{| class="wikitable"
 
!Name
 
!Name
 +
!Value
 
!Description
 
!Description
!Value
 
 
|-
 
|-
 
|label
 
|label
 +
|string
 
|Label's text. Can contain HTML tags
 
|Label's text. Can contain HTML tags
|string
 
 
|-
 
|-
 
|fontsize
 
|fontsize
 +
|integer
 
|Font size
 
|Font size
|integer
 
 
|-
 
|-
 
|fontcolor
 
|fontcolor
 +
|CSS color
 
|Font color
 
|Font color
|CSS color
 
 
|-
 
|-
 
|fontstyle
 
|fontstyle
Line 22: Line 22:
 
|-
 
|-
 
|fontweight
 
|fontweight
 +
|bold,bolder...
 
|Font weight
 
|Font weight
|bold,bolder...
 
 
|-
 
|-
 
|textalign
 
|textalign
 +
|left
 
|Text alignment
 
|Text alignment
|left
 
 
right
 
right
 
center
 
center
 
justified
 
justified
 
|}
 
|}

Revision as of 18: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