参数名 |
类型 |
描述 |
默认值 |
url
|
{String}
|
设置一个url用于加载数据 |
null |
method
|
{String}
|
提交数据的方式 |
'POST' |
data
|
{String}
|
设置一个本地数据data用于加载数据 |
null |
checkbox
|
{Bool}
|
是否显示复选框 |
true |
parentIcon
|
{String}
|
非叶节点的图标 |
'folder' |
childIcon
|
{String}
|
叶节点的图标 |
'leaf' |
textFieldName
|
{String}
|
text字段名 |
'text' |
treeLine
|
{Bool}
|
是否显示节点连接线 |
true |
attribute
|
{Array}
|
属性,获取行数据时很有作用 |
['id','url'] |
nodeWidth
|
{Int}
|
节点的宽度 |
70 |
statusName
|
{String}
|
状态名 |
'__status' |
single
|
{Boolean}
|
是否单选 |
false |
isLeaf
|
{Function}
|
是否子节点的判断函数
|
null |
idFieldName
|
{String}
|
V1.02增加,支持ID、PID这种线性数据结构,只需要同时配置idFieldName和parentIDFieldName |
null |
parentIDFieldName
|
{String}
|
V1.02增加,支持ID、PID这种线性数据结构,只需要同时配置idFieldName和parentIDFieldName |
null |
slide
|
{Bool}
|
是否以动画的形式显示(展开/收缩节点) |
true |
iconFieldName
|
{String}
|
按钮的字段名 |
'icon' |
nodeDraggable
|
{Bool}
|
是否允许节点拖拽 |
true |
nodeDraggingRender
|
{Function}
|
节点拖拽时提示自定义函数
- 参数1:nodes data
- 参数2:draggable manager
- 参数3:grid manager
|
true |
btnClickToToggleOnly
|
{Bool}
|
是否只在点击 展开/收缩 按钮时才 展开/收缩节点 |
true |