Showing posts with label combobox. Show all posts
Showing posts with label combobox. Show all posts

Monday, April 23, 2012

What does ExtJS ComboBox triggerAction: "all” really do?


I tried to create a simple ComboBox:




var combo1 = new Ext.form.ComboBox({
store: [1,2,3],
renderTo: document.body
});