Базовые свойства контрола — различия между версиями
Материал из Deeptown Manual
Root (обсуждение | вклад) м (→Стили) |
Root (обсуждение | вклад) м (→Стили) |
||
Строка 10: | Строка 10: | ||
; backgroundColor : color | ; backgroundColor : color | ||
; left : size | ; left : size | ||
− | |||
; top : size | ; top : size | ||
− | ; | + | ; width : size |
+ | ; height : size | ||
; cursor : {pointer|idle|link|none} | ; cursor : {pointer|idle|link|none} | ||
; fontFamily : string (''generic fonts: serif, sans-serif, cursive, fantasy, monospace'') or array of strings | ; fontFamily : string (''generic fonts: serif, sans-serif, cursive, fantasy, monospace'') or array of strings |
Версия 21:55, 28 июля 2008
Стили
- border
- {simple|sunken|raised|none}
- margin
- size
- tabTraversal
- boolean
- scroll
- {vertical|horizontal|both|none}
- enabled
- boolean
- visible
- boolean
- color
- color
- backgroundColor
- color
- left
- size
- top
- size
- width
- size
- height
- size
- cursor
- {pointer|idle|link|none}
- fontFamily
- string (generic fonts: serif, sans-serif, cursive, fantasy, monospace) or array of strings
- fontSize
- size
- fontWeight
- {normal|bold}
- fontDecoration
- {none|underline}
- fontStyle
- {normal|italic}
- label
- string
- proportion
- integer
- expand
- {full|shaped|none}
- minSize
- [ size, size ]
- maxSize
- [ size, size ]
- fixedMinSize
- boolean
- align
- {left|right|center}
- verticalAlign
- {top|middle|bottom}