aedos
30 Dec 2009, 12:25 PM
Ext version tested:
3.1
Browser versions tested against:
IE
FF
Description:
After upgrade to 3.1 from 3.0, the "expand/collapse tool button" starts to show up for split region with collapseMode:mini.
Is this a bug? Otherwise, is there a way to hide the big expand/collapse tool button?
Test Case:
Ext.onReady(function() {
new Ext.Viewport({
layout: 'border',
items:[
{ region: 'west', width:200, collapsible:true, split:true, collapseMode:'mini' },
{ region: 'center', html:'blah' }
]
});
})
3.1
Browser versions tested against:
IE
FF
Description:
After upgrade to 3.1 from 3.0, the "expand/collapse tool button" starts to show up for split region with collapseMode:mini.
Is this a bug? Otherwise, is there a way to hide the big expand/collapse tool button?
Test Case:
Ext.onReady(function() {
new Ext.Viewport({
layout: 'border',
items:[
{ region: 'west', width:200, collapsible:true, split:true, collapseMode:'mini' },
{ region: 'center', html:'blah' }
]
});
})