Popa Mihai

PopaMihai.com – Flex, Flash, AIR and ActionScript articles and tutorials

Archive for the ‘CurrencyValidator’ tag

Example of using the CurrencyValidator Class in Flex

one comment

CurrencyValidator is a Flex Validator that ensures that the text entered by the user represents a valid currency expression.

You can set a minimum value (minValue) and a maximum value (maxValue), you can specify if the amount is negative or not by setting the allowNegative parameter.

Here is a simple example that demonstrates the CurrencyValidator:

Read the rest of this entry »

Written by Popa Mihai

July 29th, 2009 at 10:50 pm

Posted in Flex

Tagged with , , ,