Extjs实现下拉菜单效果_extjs
程序员文章站
2022-04-04 15:52:55
...
本文实例为大家分享了Extjs实现下拉树效果,供大家参考,具体内容如下
";
this.callParent(arguments);
this.on({
'expand' : function(){
if(!this.treeObj.rendered&&this.treeObj&&!this.readOnly){
Ext.defer(function(){
this.treeObj.render(this.treeRenderId);
},100,this);
}
}
});
this.treeObj.on('itemclick',function(view,rec){
/* var roonodes = this.treeObj.getRootNode().childNodes; //获取主节点
var childnodes = node.childNodes; //获取zi节点
if (roonodes.getView().getSelectionCount()==1) {
for(var i=0;i
text8
上一篇: nginx中如何隐藏php