EXT的panel折叠按钮, collapsible:true

Ext.create('Ext.panel.Panel', {
    title: 'Hello',
    width: 200,
    collapsible:true,
    html: '

World!

', renderTo: Ext.getBody() });

你可能感兴趣的:(ExtJS)