【问题标题】:Extjs 4.1 - How to set singleExpand false in treepanelExtjs 4.1 - 如何在树形面板中设置 singleExpand false
【发布时间】:2013-11-27 12:05:07
【问题描述】:

我创建了一个树形面板,其配置为 singleExpand: true,

我尝试将其更改为 tree.singleExpand = false; 之类的地方,但这不起作用。那可能吗?我该怎么做谢谢

【问题讨论】:

    标签: extjs extjs4 extjs4.1


    【解决方案1】:

    您可能必须将其设置为 false,然后 updateLayout()...

    tree.singleExpand=false;

    tree.updateLayout();

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-07-23
      • 1970-01-01
      相关资源
      最近更新 更多