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). Continue reading ‘Learn Flex® in India’
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 is a highly productive, free open source framework for building and maintaining expressive web applications that deploy consistently on all major browsers, desktops, and operating systems. While Flex applications can be built using only the free Flex SDK, developers can use Adobe® Flex® Builder™ 3 software to dramatically accelerate development. Try Flex Builder 3 free for 60 days. Try ILOG Elixir to enhance data display in your Flex applications.
How does the example work?
When you click the Load Blog Entries button my RSS feed entries are loaded into the datagrid. When you click on a row in the datagrid the corresponding entry is loaded into the text area.
Continue reading ‘Flex Tutorial’