layui-js/doc/atree.md
2018-07-19 21:03:04 +08:00

24 lines
805 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# atree2.0.0属性含义
* spreadAll 设置checkbox全部选中
* check勾选风格不写没有勾选框
* props 设置key属性别名
- addBtnLabel新增按钮标题
- deleteBtnLabel删除按钮标题
- name树显示的标题
- id主键对应的字段名
- children子类对应的字段名
- checkbox选中对应的字段名
- spread是否展开对应的字段名
* change选中回调函数
- val选中的对象数组
* click点击标题回调函数
- item当前点击的对象
* addClick新增回调函数
- item当前父节点的对象
- elem当前节点的dom对象
- done添加到dom节点的方法
* deleteClick删除回调函数
- item当前父节点的对象
- elem当前节点的dom对象
- done删除dom节点的方法