<ul id="tt"></ul> $('#tt').etree({ url: 'tree_data.json', createUrl: ..., updateUrl: ..., destroyUrl: ..., dndUrl: ... });
设置 url、createUrl、updateUrl、destroyUrl 和 dndUrl 属性,用来自动同步客户端与服务器端的数据。
{"id":1,"text":"new node"}
该方法扩展自树(tree),下面是为可编辑的树(etree)添加的方法。
名称 | 参数 | 描述 |
---|---|---|
options | none | 返回选项(options)对象。 |
create | none | 创建一个新的节点。 |
edit | none | 编辑当前选中的节点。 |
destroy | none | 销毁当前选中的节点。 |