attributes in nodes
程序员文章站
2022-03-05 08:17:59
...
Jack真是贴心周全啊。Node中attributes属性是开放出来供开发者自己定义属性用的。如果在定义json data时希望把自己需要的属性也加进去,能被load出来。那么用这个public property就好了。
轻松快意,想放多少放多少。
// json data
[{
"id":"haha",
"text":"haha",
"contentLink":myurl
}]
// get the node contentLink
treePanel.on('click', function(node){
var link = node.attributes.contentLink;
......
});
轻松快意,想放多少放多少。
上一篇: Swap Nodes in Pairs
下一篇: 最全的微信小程序项目实例
推荐阅读
-
12组nodes MySQL DB,每组2台Master-Master,批量清除过期的binl_MySQL
-
html5指南-1.html5全局属性(html5 global attributes)深入理解
-
html5指南-1.html5全局属性(html5 global attributes)深入理解
-
chattr lsattr linux file system attributes - linux 文件系统扩展属性
-
使CheckBoxList的Attributes属性生效(修改微软的一个bug)
-
LeetCode --- 783. Minimum Distance Between BST Nodes 解题分析
-
jQuery框架的属性(Attributes)使用方法2
-
Better File Attributes如何激活安装 Better File Attributes激活安装图文教程
-
Leetcode 1530. Number of Good Leaf Nodes Pairs (python)
-
39 Sum of Nodes with Even-Valued Grandparent