Form 을 사용할때 내부 FormItem의 label의 textAlign 의 속성값을 left 나 center 로 바꾸기 위해 스타일시트에서 아래와 같이 사용한다.
Flex2.0에는 없던 기능이다.
FormItem {
labelStyleName: customTextAlignLabel;
}
.customTextAlignLabel {
textAlign: left;
}
'Flex / AIR / AS' 카테고리의 다른 글
[Error] Could not resolve <mx:states> to a component implementation (0) | 2009.03.27 |
---|---|
[Flex3.0] Module 형변환 에러 (0) | 2009.03.10 |
[Flex3] ItemRenderer나 ItemEditor에 사용되는 컴포넌트에 StyleName 적용시키자. (2) | 2009.02.11 |
[FLEX3.0] ScrollBar... (0) | 2009.02.11 |
Flex ResourceManager 사용방법 (0) | 2009.02.09 |