특별한딸기이야기
text와 label 본문
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Text x="106" y="86" width="221" height="33" fontSize="18">
<mx:htmlText>
<![CDATA[<a href='http://www.google.co.kr'>구글</a>]]>
</mx:htmlText>
</mx:Text>
<mx:Label x="106" y="135" text="레이블" fontSize="18" />
</mx:Application>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Text x="106" y="86" width="221" height="33" fontSize="18">
<mx:htmlText>
<![CDATA[<a href='http://www.google.co.kr'>구글</a>]]>
</mx:htmlText>
</mx:Text>
<mx:Label x="106" y="135" text="레이블" fontSize="18" />
</mx:Application>
'딸기 공부방 > flex' 카테고리의 다른 글
입력 문자열 제한 (1) | 2008.12.26 |
---|---|
richtexteditor (1) | 2008.12.26 |
image (1) | 2008.12.26 |
textarea 사용예 (1) | 2008.12.26 |
check box 사용예 (0) | 2008.12.26 |