jQuery MiniUI

标题: Tree控件使用问题 [打印本页]

作者: cbfjay    时间: 2012-8-14 18:55:21     标题: Tree控件使用问题

想问下:
1.Tree控件接收服务端返回的Json数据格式,可否自定义?
2.Jquery UI Demo想更换默认加载的皮肤,应该如何操作?

求解。。。。

作者: niko    时间: 2012-8-15 09:08:57

建议你使用列表返回树形数据,这样更简单。
树的JSON结构:
  1. [
  2.     {id: "base", text: "Base", expanded: false},   
  3.     {id: "ajax", text: "Ajax", pid: "base"},
  4.     {id: "json", text: "JSON", pid: "base"},
  5.     ......
  6. ]
复制代码


具体可以参考教程:http://www.miniui.com/docs/tutorial/tree_list.html




欢迎光临 jQuery MiniUI (http://miniui.com/discuss/) Powered by Discuz! X2