zquirm
12 May 2007, 12:51 PM
I was looking at the docs for Ext.Toolbar.MenuButton and saw it was possible to toggle, b/c it extends MenuButton which extends Button, but I can't get it to work.
below, "this" is the toolbar.
this.add(new Ext.Toolbar.MenuButton({text:'Test', menu: dateMenu,toggleGroup:'mode',enableToggle:true,pressed:true}));
thoughts?
below, "this" is the toolbar.
this.add(new Ext.Toolbar.MenuButton({text:'Test', menu: dateMenu,toggleGroup:'mode',enableToggle:true,pressed:true}));
thoughts?