티스토리 뷰

Language/Flex

[ Flex ][ UIComponent ] ComboBox

MiniNeko 2015. 11. 29. 04:42

<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"}
   ]
);

Total
Today
Yesterday
최근에 올라온 글
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31