-
30 Apr 2012 5:55 AM #1
Ext.tab.Panel maybe have something wrong
Ext.tab.Panel maybe have something wrong
version : 4.1.0 Ext.tab.Panel have no effect when set the border to false, the panel still have the border
-
30 Apr 2012 7:11 AM #2
You have the border of the tabPanel and the border of the item panel
Regards,Code:Ext.create('Ext.tab.Panel', { width: 400, height: 400, renderTo: document.body, plain: true, border: false, items: [{ title: 'Foo', border: false }, { title: 'Bar', //border: false, tabConfig: { title: 'Custom Title', tooltip: 'A button tooltip' } }] });
Scott.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote