ext tree怎样加载所有节点 但是不展开
1个回答
推荐于2016-02-26
展开全部
loadComplete : function(deep, anim, callback, scope){
this.loading = false;
this.loaded = true;
this.ui.afterLoad(this);
this.fireEvent("load", this);
this.expand(deep, anim, callback, scope);
},
这是ext3.2 AsyncTreeNode.js 71行的代码,自动展开式因为最后的this.expand, 你得扩展一个MyAsyncTreeNode 覆盖这个方法
this.loading = false;
this.loaded = true;
this.ui.afterLoad(this);
this.fireEvent("load", this);
this.expand(deep, anim, callback, scope);
},
这是ext3.2 AsyncTreeNode.js 71行的代码,自动展开式因为最后的this.expand, 你得扩展一个MyAsyncTreeNode 覆盖这个方法
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询