The following example shows how you can display a series of CheckBox controls using the Flex Repeater with an Array data provider.
Full code after the jump.
Continue reading ‘Displaying CheckBox controls using the Repeater in Flex’
The following example shows how you can display a series of CheckBox controls using the Flex Repeater with an Array data provider.
Full code after the jump.
Continue reading ‘Displaying CheckBox controls using the Repeater in Flex’
In a previous example, “Displaying RadioButton controls using the Repeater in Flex”, we saw how you could use a Repeater in MXML to display a series of Flex RadioButton controls based on a data provider.
The following example shows how you can create a Repeater using ActionScript to accomplish the same thing.
Full code after the jump.
Continue reading ‘Displaying RadioButton controls using the Repeater in Flex (redux)’
The following example shows how you can display a series of RadioButtons using the Flex Repeater with an Array data provider.
Full code after the jump.
Continue reading ‘Displaying RadioButton controls using the Repeater in Flex’