Sign in
apache
/
flex-sdk
/
trunk
/
.
/
mustella
/
tests
/
gumbo
/
components
/
ComboBox
/
SWFs
/
comps
/
Custom_CB_emptyDP.mxml
blob: 12c97c2f6f0e56ad2ec048f63b8ec133e96aaaab [
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"
width
=
"100"
>
<s:dataProvider>
<s:ArrayCollection
/>
</s:dataProvider>
</s:ComboBox>