根据操作extjs4.2将面板折叠更改为false

时间:2016-02-10 20:01:30

标签: extjs extjs4

我有一个用于附加文件的面板。并且让它崩溃了:真的。现在我要做的是,在附加之后,我需要将折叠更改为错误。有什么想法可以使用这样做吗?

var docsPanel = Ext.create('Ext.panel.Panel', {
                id : 'docs_panel',
                layout:'anchor',
                region : 'east',
                width: 225,
                collapsed:true,
                collapsible:true,
                autoScroll: true,
                singleSelect : true,
                cls : 'thumbs',
                items : new Ext.view.View({
                    store: Ext.data.StoreManager.lookup('docs_store'),
                    tpl : tpl,
                    autoWidth : true,
                })
    });

0 个答案:

没有答案
相关问题