|
How do I define a combobox in xml with Swixml? Mainly, how do you define the items?
<combobox id=”cb” name=”cb” SelectedIndex="0">
// How do you define the “addItem()” equivalent?? ??? <item>Bird</item> <item>Cat</item> <item>Dog</item>
</combobox>
Thanks! |
- Re: [Forum] HowTo: JComboBox Shmuel Cohen
- Re: [Forum] HowTo: JComboBox Wolf Paulus
