Sign in
apache
/
flex-sdk
/
develop
/
.
/
mustella
/
tests
/
LangPacks
/
German
/
SWFs
/
components
/
MyFormatters.mxml
blob: 78a8672634a9e12dfde383d13516c564389359e8 [
file
]
<mx:VBox
xmlns:mx
=
"http://www.adobe.com/2006/mxml"
>
<!-- Formatters -->
<mx:CurrencyFormatter
id
=
"cf"
/>
<mx:DateFormatter
id
=
"df"
/>
<mx:NumberFormatter
id
=
"nf"
/>
<mx:PhoneFormatter
id
=
"pf"
/>
<mx:ZipCodeFormatter
id
=
"zf"
/>
</mx:VBox>