Extjs4.0中还可以使用Ext.tree.TreeNode么?为什么我用不了?
因为项目中重复的节点较多,所以想声明节点变量然后引入到树中,但是始终不成功,是4.0不支持treenode么?我在API中也没找到代码如下:varchkMgrNode=n...
因为项目中重复的节点较多,所以想声明节点变量然后引入到树中,但是始终不成功,是4.0不支持treenode么?我在API中也没找到
代码如下:
var chkMgrNode = new Ext.tree.TreeNode({
id : '',
text : '查看管理员',
leaf : true,
url : ''
});
下面是treestore,
var operationStore =
Ext.create('Ext.data.TreeStore', {
model : 'Menu',
proxy : {
type : 'memory',
data : [ {
id : '',
text : '管理员事务',
leaf : false,
url : '',
children : [ {
id : '',
text : '添加管理员',
leaf : true,
url : ''
}, {
id : '',
text : '删除管理员',
leaf : true,
url : ''
}, chkMgrNode
]},
root : {
id : 'root',
text : '操作面板',
leaf : false,
expanded : true
}
});
我不知道这样写对不对,我也用了appendnode、setroot之类的方法,但是都不成功,有人知道为什么吗? 展开
代码如下:
var chkMgrNode = new Ext.tree.TreeNode({
id : '',
text : '查看管理员',
leaf : true,
url : ''
});
下面是treestore,
var operationStore =
Ext.create('Ext.data.TreeStore', {
model : 'Menu',
proxy : {
type : 'memory',
data : [ {
id : '',
text : '管理员事务',
leaf : false,
url : '',
children : [ {
id : '',
text : '添加管理员',
leaf : true,
url : ''
}, {
id : '',
text : '删除管理员',
leaf : true,
url : ''
}, chkMgrNode
]},
root : {
id : 'root',
text : '操作面板',
leaf : false,
expanded : true
}
});
我不知道这样写对不对,我也用了appendnode、setroot之类的方法,但是都不成功,有人知道为什么吗? 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询