Guest User

Untitled

a guest
Mar 22nd, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. some.app.menu = [
  2. {
  3. Icon: "fa-folder-open"
  4. , Label: "Load Project"
  5. , Links: [
  6. { Label: jsmyArray[1][1],
  7. URL: "#id=qwer",
  8. Icon: "fa-plus-square"
  9. }
  10. ]
  11. }
  12. , {
  13. Icon: "fa-plus-circle"
  14. , Label: "New Project"
  15. , URL: "http://google.com"
  16. }
  17. ];
  18.  
  19. var menuStart = '[{Icon: "fa-folder-open", Label: "Load Project", Links: [';
  20. GS.topbar.app.data.menu = menuStart +
  21. { Label: jsmyArray[1][1],
  22. URL: "#id=qwer",
  23. Icon: "fa-plus-square"
  24. }
  25. ]
  26. }
  27. , {
  28. Icon: "fa-plus-circle"
  29. , Label: "New Project"
  30. , URL: "http://google.com"
  31. }
  32. ];
  33.  
  34. menuStart +
  35. { Label: jsmyArray[1][1],
  36. URL: "#id=qwer",
  37. Icon: "fa-plus-square"
  38. }
  39. ]
  40. }
  41. , {
  42. Icon: "fa-plus-circle"
  43. , Label: "New Project"
  44. , URL: "http://google.com"
  45. }
  46. ];
Add Comment
Please, Sign In to add comment