blob: 0b4d55b20ed46f03c9bf1c8bc8e94e322ce8aff7 [file] [log] [blame]
<s:ComboBox
xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:mx="library://ns.adobe.com/flex/mx"
xmlns:s="library://ns.adobe.com/flex/spark"
height="24" width="147"
dataProvider="{myDP6}">
<fx:Script>
<![CDATA[
import mx.collections.ArrayCollection;
public var myDP_Array6:Array =
[
"ProductFSDK",
"ProductFSDK",
"ProductFSDK",
"ProductFSDK",
"ProductFSDK",
"ProductFSDK",
"ProductFSDK",
"ProductFSDK",
"ProductFSDK",
"ProductFSDK",
"ProductFSDK",
"ProductFSDK",
"ProductFSDK",
"ProductFSDK",
"ProductFSDK",
"ProductFSDK",
"ProductFSDK",
"ProductFSDK",
"ProductFSDK",
"ProductFSDK"
];
[Bindable]
public var myDP6:ArrayCollection = new ArrayCollection(myDP_Array6);
]]>
</fx:Script>
</s:ComboBox>