태그 : RichEditableText 요약보기전체보기목록닫기
- Flex : click listener in RichEditableText (0)2013.06.21
- Flex :: RichEditableText(0)2012.12.14
1
- 미분류
- 2013/06/21 11:59
private function setTextFlow():void{ var value = "123"; ret_1.textFlow = "<a id='ACTIVITY::"+value+"'>" + "click me" + "</a>"; ret_1.textFlow.addEventListener(FlowElementMouseEvent.CLICK...
- Adobe Air
- 2012/12/14 13:45
html 을 display 하기 위해서는 spark component 인 RichEditableText 를 사용.mx:label 에 htmlText를 삽입하는 방식은 href 가 걸린 a 태그를 사용하지 못함.example)<s:RichEditableText id="rtext_text" left="65" right="10" top="...
1
최근 덧글