Home
Flex
Chart
Components
Container
Data Model
Development
Effects
Event
Graphics
Grid
Style
ComboBox Data « Components « Flex
Flex
Components
ComboBox Data
1.
Set data for ComboBox with dataProvider
2.
ComboBox and
3.
Use an array of strings as ComboBox data source
4.
Use remote data providers to supply data to your ComboBox control
5.
Use child tags to set ComboBox data provider to ArrayCollection object
6.
ComboBox's default property is dataProvider
7.
Add data to ComboBox when click the button
8.
Get data length from ComboBox after removing the first item
9.
Reset data in ComboBox
10.
Feed data from web service to ComboBox
11.
dataProvider for ComboBox
12.
Use ComboBox as the Credit card type data source
13.
Define Label and value separately for ComboBox data binding
14.
ComboBox with static string array as its data source
15.
ComboBox data with Multiple properties
16.
ComboBox data variables
17.
data provider can contain objects with multiple fields
18.
Create ComboBox from Model
19.
Assign Array to ComboBox and get the length of the added array
20.
String array collection for ComboBox
21.
Object array for ComboBox
22.
ArrayCollection In ComboBox