HTML/CSS Service

Showcase

0 comments0 views
1 Star2 Stars

Learn Flex® in India

Category: Flex Components, Learn Flex    |    242 views    |    Add a Comment

Flex 3.0 : Level 1 and Level 2
Duration: 40 Hrs.

Flex 3.0: Developing Rich Client Applications - Level 1
Description:
Flex 3: Developing Rich Internet Client Application provides experienced application developers with hands-on, practical experience using Flex. This three day course introduces developers to all the primary features of Flex they’ll need to know in orbuild a fully functional, well architected front end for a Rich Internet Application (RIA). Read more…

Share/Save/Bookmark

 

Flex Input Validation

Category: Learn Flex, flex tutorials    |    6,308 views    |    1 Comment

Flex has a set of Validator classes which can be used to validation data entries. The Validator class is the base for all other validator classes.

  • Credit card validation
  • Date validation
  • Email address validation
  • Number validation
  • Phone number validation
  • Social security validation
  • String validation
  • Zip code validation
  • Regular expression validation

To use validation, instantiate a validation sub class for each target field. For instance, consider this Text Input control,

<mx:TextInput id=”ageInput” />

Flex overview

Category: Learn Flex, flex tutorials    |    420 views    |    Add a Comment

Share/Save/Bookmark