taelons
11 May 2007, 1:56 AM
hi, there is a button arrow beside toolbar button, how do i remove arrow?
// the following is code segment from toolbar and menu examples and demo
var tb = new Ext.Toolbar('toolbar');
tb.add({
cls: 'x-btn-text-icon bmenu', // icon and text class
text:'Button w/ Menu',
menu: menu // assign menu by instance
},
i want to get effect like 'menu bar'.
thanks.
// the following is code segment from toolbar and menu examples and demo
var tb = new Ext.Toolbar('toolbar');
tb.add({
cls: 'x-btn-text-icon bmenu', // icon and text class
text:'Button w/ Menu',
menu: menu // assign menu by instance
},
i want to get effect like 'menu bar'.
thanks.