특별한딸기이야기

richtexteditor 본문

딸기 공부방/flex

richtexteditor

특별한녀석 2008. 12. 26. 12:56
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
 <mx:RichTextEditor x="75" y="10" showControlBar="true" height="276" id="richTextEditor" showToolTips="true" />
 <mx:Button x="205" y="309" label="click!" id="button1" click="mx.controls.Alert.show(richTextEditor.htmlText);" />
 <mx:Button x="205" y="309" label="click!" id="button2" click="mx.controls.Alert.show(richTextEditor.text);" />
</mx:Application>

'딸기 공부방 > flex' 카테고리의 다른 글

실수계산 방식  (0) 2008.12.26
입력 문자열 제한  (1) 2008.12.26
text와 label  (1) 2008.12.26
image  (1) 2008.12.26
textarea 사용예  (1) 2008.12.26