no próprio componente,(se vc baixar) verá que tem exemplos.
<mx:FormItem label="Phone Number:" width="100%">
<mx:HBox width="100%">
<ns1:MasterTextInput
inputMask="(99)9999-9999"
blankMaskChar=" "/>
<mx:Label text="(99)9999-9999"/>
</mx:HBox>
</mx:FormItem>
<mx:FormItem label="CPF:" width="100%">
<mx:HBox width="100%">
<ns1:MasterTextInput
inputMask="999.999.999-99"
blankMaskChar=" "/>
<mx:Label text="999.999.999-99"/>
</mx:HBox>
</mx:FormItem>
<mx:FormItem label="CEP:" width="100%">
<mx:HBox width="100%">
<ns1:MasterTextInput
inputMask="99999-999"
blankMaskChar=" "/>
<mx:Label text="99999-999"/>
</mx:HBox>
</mx:FormItem>
<mx:FormItem label="Placa:" width="100%">
<mx:HBox width="100%">
<ns1:MasterTextInput
inputMask="###-9999"
blankMaskChar=" "
capsType="upercase"/>
<mx:Label text="###-9999"/>
</mx:HBox>
</mx:FormItem>
dá uma olhada nesse em anexo.
TEL.
CPF
CEP
PLACA DE CARRO
Para o monetário é só colocar o R$ na frente,
2009/4/29 Michael Antunes <[email protected]>
>
> Existe esta possibilidade, com o MaskedTextInput montar um campo
> monetario?
>
> [ ]´s
> >
>
--~--~---------~--~----~------------~-------~--~----~
Você recebeu esta mensagem porque está inscrito na lista "flexdev"
Para enviar uma mensagem, envie um e-mail para [email protected]
Para sair da lista, envie um email em branco para
[email protected]
Mais opções estão disponíveis em http://groups.google.com/group/flexdev
-~----------~----~----~----~------~----~------~--~---