Tag Archives: Validation
Flex 3 Custom validation of grouped input fields
In this article I am going to show you a Flex 3 validation customization that enables you to validate multiple input fields with 1 validator and place the validation results in a component instead of a tooltip.
Read More...
Posted in Actionscript, Adobe, Flex 3.0, Interaction
Also tagged Actionscript, custom, Flex 3, input, validator
3 Comments
Easy JavaScript client-side form validation
When you are developing a website or an application, there will come a moment that you have to start using Javascript to validate your HTML forms. Here you have 4 options. Option one is not to validate. Although tempting, it is not the best option to use. Option two is to depend on your application [...]
Read More...