-
Ext User
reduce the combo height
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]
Last edited by Abisha; 26 Apr 2009 at 11:33 PM.
Reason: missed the code
-
xtypes were not around until 2.0. This must not be a 1.x issue.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules