提交 6d953b4c 编写于 作者: L lgmcolin

Merge pull request #1 from lgmcolin/fix-tree-doc

fix tree doc
......@@ -19,9 +19,12 @@
|multiple | 是否支持多选 | bool | false |
|checkable | 是否支持选中 | bool | false |
|defaultExpandAll | 设置展开所有树节点 | bool | false |
|defaultExpandedKeys | 展开指定的树节点 | String[] | false |
|defaultExpandedKeys | 默认展开指定的树节点 | String[] | [] |
|defaultCheckedKeys | 默认选中复选框的树节点 | String[] | [] |
|defaultSelectedKeys | 默认选中的树节点 | String[] | [] |
|expandedKeys | 设置展开指定的树节点 | String[] | - |
|checkedKeys | 设置选中复选框的树节点 | String[] | - |
|selectedKeys | 设置选中的树节点 | String[] | - |
|onCheck | 点击树节点或复选框触发 | function(e:{checked:bool,node,checkedKeys,event}) | - |
|onSelect | 点击树节点触发 | function(e:{checked:bool,node,checkedKeys,event}) | - |
|onDataLoaded | 异步加载数据 | function(node)| - |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册