Hy Guys
How can insert a combobox inside a menu item?
anyone can help me?
thanks
this code dosen't work...:(
Code:menu: {ignoreParentClicks: true,
items:[{
text: '',
handler: function(obj, e){
}
},{
xtype:"combo",
width:100,
listWidth:100,
forceSelection: true,
store: TypesStore,
editable:false,
valueField: 'value',
displayField: 'name',
hideLabel:true,
allowBlank:false,
typeAhead: true,
mode: 'local',
triggerAction: 'all'
}]}
