-
29 May 2008 5:03 AM #1
ComboBox select first Item
ComboBox select first Item
Hello, i create a comboBox with that code:
Do someone know how i can select default the first item from my store?Code:new Ext.form.ComboBox({ editable: false mode: 'local', displayField: 'description', store: mystore, triggerAction: 'all' });


Reply With Quote