Returns
Nothing.
Description
Method; changes one field of the data provider.
This method triggers the
Example
The following code modifies the
myDP.editField(2, "label", "mynewData");
DataProvider.getEditingData()
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
myDP.getEditingData(index, fieldName)
Parameters
A number greater than or equal to 0 and less than
index
is the index of the item to retrieve.
A string indicating the name of the field being edited.
fieldName
Returns
The editable formatted data to be used.
Description
Method; retrieves data for editing from a data provider. This lets the data model provide different
formats of data for editing and displaying.
Example
The following code gets an editable string for the price field:
trace(myDP.getEditingData(4, "price");
DataProvider.getItemAt()
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
event with the event name
modelChanged
field of the third item:
label
updateField
DataProvider.length
DataProvider API
.
. This number
293
Need help?
Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?