Using ActionScript 3.0 Components |
|
|
|
| Working with Components > Working with a DataProvider > Creating a DataProvider | |||
For the ComboBox, List, and TileList components you can create a DataProvider using the dataProvider parameter in the authoring environment. The DataGrid component does not have a dataProvider parameter in the Property inspector because it can have several columns and its data provider is consequently more complex. You can also use ActionScript to create a DataProvider for these components, as well as for the DataGrid.
|
|
|
|