public function getAttributePairs():Array
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
Retrieves an array of objects. The array contains a name and value formatted as: name:String value:*
which represents
the attributes of a given layout and their values. These values allows iteration of the
attributes on a layout.
Returns | Array — An array of objects. For example, when the value is a string value: {name:String, value:String}
|