Advertisement
Guest User

Untitled

a guest
May 6th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. menuData = {
  2. "menu": [
  3. { "id": 0, "name": "DashBoard", "image":"/images/dashboard.gif", "link": "blah.html", "subMenu": [
  4. { "id": 10, "name": "Running", "image": null, "link": "blah.html", "subMenu": null },
  5. { "id": 11, "name": "Alarms", "image": null, "link": "blah.html", "subMenu": null },
  6. { "id": 12, "name": "Moisture", "image": null, "link": "blah.html", "subMenu": [
  7. { "id": 20, "name": "Overview", "image": null, "link": "blah.html", "subMenu": null },
  8. { "id": 21, "name": "M. Details", "image": null, "link": "blah.html", "subMenu": null }
  9. ]
  10. }
  11. ]
  12. },
  13. { "id": 1, "name": "Programs", "image":"/images/programs_on.gif", "subMenu": [
  14. { "id": 30, "name": "Intro", "image": null, "link": "programs.html", "subMenu": null },
  15. { "id": 31, "name": "Pg View", "image": null, "link": "programs.html", "subMenu": null },
  16. { "id": 32, "name": "Programs", "image": null, "link": "programs.html", "subMenu": [
  17. { "id": 40, "name": "Program #1", "image": null, "link": "programs.html", "subMenu": [
  18. { "id": 50, "name": "Start Time", "image": null, "link": "programs.html", "subMenu": null },
  19. { "id": 51, "name": "Station Time", "image": null, "link": "programs.html", "subMenu": null },
  20. { "id": 52, "name": "Program Setting", "image": null, "link": "programs.html", "subMenu": null }
  21. ]
  22. },
  23. { "id": 41, "name": "Program #2", "image": null, "link": "programs.html", "subMenu": [
  24. { "id": 60, "name": "Start Time", "image": null, "link": "programs.html", "subMenu": null },
  25. { "id": 61, "name": "Station Time", "image": null, "link": "programs.html", "subMenu": null },
  26. { "id": 62, "name": "Program Setting", "image": null, "link": "programs.html", "subMenu": null }
  27. ]
  28. }
  29. ]
  30. }
  31. ]
  32. }
  33. ]};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement