Advertisement
c00lways

jstree data sample

Feb 3rd, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [{
  2.   "title": "Product",
  3.   "li_attr": {
  4.     "data-id": "1",
  5.     "id": "node1"
  6.   },
  7.   "children": true,
  8.   "state": "closed"
  9. }, {
  10.   "title": "Service",
  11.   "li_attr": {
  12.     "data-id": "2",
  13.     "id": "node2"
  14.   },
  15.   "children": true,//this indicate it has childrens, can be replace with array for actual childrens
  16.   "state": "closed"
  17. }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement