chemoish
17 Feb 2012, 12:05 PM
1) I have a menu that I want to expand to fit the screen size.
31851
2) I want to have that same menu have a minWidth.
31852
Ext.create('Ext.toolbar.Toolbar', {
minWidth: 960, // doesn't seem to do anything
width: 960 // fixes 2), breaks 1)
});
I have tried to set the minWidth configuration option on Ext.toolbar.Toolbar. I also am not fully experienced with the layout system (New to Ext) and still trying to wrap my head around its implementation.
Any recommendations?
Regards,
31851
2) I want to have that same menu have a minWidth.
31852
Ext.create('Ext.toolbar.Toolbar', {
minWidth: 960, // doesn't seem to do anything
width: 960 // fixes 2), breaks 1)
});
I have tried to set the minWidth configuration option on Ext.toolbar.Toolbar. I also am not fully experienced with the layout system (New to Ext) and still trying to wrap my head around its implementation.
Any recommendations?
Regards,