treepanel动态加载数据实现代码
复制代码 代码如下: var tree = new Ext.tree.TreePanel({ region:"west", title:"站点树:", width:200, minSize:150, maxSize:200, iconCls:"ux-auth-menu-header-icon", split:true, autoScroll:true, autoHeight:false, collapsible:true, rootVisable:fals...