보통 개발을 하다보면 C/S 예전의 VB에서 보면 mask editor의 경우 형식을 지정하면서
사용자의 입력양식을 지정 할 수 있었습니다.
근데 Flex에서는 이런 기능이 없을까해서 찾아보니 역시나 언어는 다 똑같은지
하는 방식이 있더군요 ㅋㅋ
너무 간단한 방식 하지만 좀 손이 가기는 가네요
C/S를 예전에 했던 저로서는 좀 불편하기두 하구요.
<!-- Declare a formatter and specify formatting properties. -->
<mx:DateFormatter id="StandardDateFormat" formatString="MM/DD/YYYY"/>
<!-- Trigger the formatter while populating a string with data. -->
<mx:TextInput text="Your order shipped on {StandardDateFormat.format(myService.purchase.result.date)}"/>
</mx:Application>
위와 같이 포맷 유형을 지정하면 됩니다.
오늘은 간단한 포스팅만 하나 정리하구
플렉스 개발시 필요한 내용을 내일부터는 열심히 정리를 해봐야겠습니다.
Using an item renderer with the TileList and HorizontalList controls (0) | 2007.08.09 |
---|---|
flex에서 Using the htmlText property 사용하기 (0) | 2007.08.08 |
플렉스(Flex)에서 팝업창을 만드는 방법 (0) | 2007.08.06 |
flex에서 swf나 mxml에 파라미터를 던지는 방법(Using query string parameters) (0) | 2007.08.06 |
Compile mxml in Apache/IIS (0) | 2007.08.04 |