티스토리 뷰
<s:ComboBox id="wSex" x="598" y="159" width="128" labelField="tLabel" selectedIndex="0" dataProvider="{tempSex}" />
-----
// 성별
[Bindable] public var tempSex:ArrayCollection = new ArrayCollection(
[
{tLabel:"남", category:"1"},
{tLabel:"여", category:"2"},
{tLabel:"사위", category:"3"},
{tLabel:"계좌", category:"4"},
{tLabel:"계손", category:"5"},
{tLabel:"봉사손", category:"6"}
]
);
'Language > Flex' 카테고리의 다른 글
[ Flex ] Flex Builder 3 와 LCDS 연결하기 ( 톰켓이용 ) (0) | 2015.11.29 |
---|---|
[ Flex ] ArrayCollection 데이터 추가 (0) | 2015.11.29 |
[ Flex ] DataGrid (0) | 2015.11.29 |
[ Flex ][ UIComponent ] TextInput (0) | 2015.11.29 |
[ Flex ][ UIComponent ] Button (0) | 2015.11.29 |