2007년 5월 20일 일요일

Flex 어플리케이션 보여주기

Flex 어플리케이션 보여주기     Laying out a Flex application
Flex에서는 Style 및 테마를 지정 할수 있습니다.

스타일과 테마를 이용한 비주얼 디자인
아래와 같이 지정하면 Hello 가 36px의 강조로 나타납니다.
<mx:Application ..... >
   <mx:Style>
    TextArea {
        font-size: 36px;
      font-weight: bold;

    } 
  </mx:Style>


  <mx:TextArea text="Hello" ..../>

css 파일로도 만들수 있습니다.
<mx:Style source="styles.css" />


댓글 없음:

댓글 쓰기