bbxx
18 Aug 2009, 8:50 PM
I put a ComboBox in a form, and it works but the down arrow image doesn't show up. Is there a special css include I need or what?
http://teikena.com/EIM/arrowProb.png
var feedNamesCombo = new Ext.form.ComboBox({
store: feedNamesStore,
displayField:'FeedName',
fieldLabel: 'Feed',
typeAhead: true,
triggerAction: 'all',
emptyText:'Select a feed...',
selectOnFocus:true
});
http://teikena.com/EIM/arrowProb.png
var feedNamesCombo = new Ext.form.ComboBox({
store: feedNamesStore,
displayField:'FeedName',
fieldLabel: 'Feed',
typeAhead: true,
triggerAction: 'all',
emptyText:'Select a feed...',
selectOnFocus:true
});