Abisha
26 Apr 2009, 11:31 PM
Hai!
How can i reduce combo height? My codings are below. there is no change for heght:15. But Width:180 is working. Can you please help me anybody?
[PHP]
xtype:'combo',
width:180,
height:15,
allowBlank: false,
id:'lang',
name:'lang',
displayField:'language',
valueField:'language',
store: new Ext.data.SimpleStore({
fields: ['lang_id', 'language'],
data : Ext.exampledata.lang
}),
fieldLabel:"Search By",
mode:'local',
triggerAction:'all',
emptyText:'Select a Language...'
[PHP]
How can i reduce combo height? My codings are below. there is no change for heght:15. But Width:180 is working. Can you please help me anybody?
[PHP]
xtype:'combo',
width:180,
height:15,
allowBlank: false,
id:'lang',
name:'lang',
displayField:'language',
valueField:'language',
store: new Ext.data.SimpleStore({
fields: ['lang_id', 'language'],
data : Ext.exampledata.lang
}),
fieldLabel:"Search By",
mode:'local',
triggerAction:'all',
emptyText:'Select a Language...'
[PHP]