Advertisement
aadddrr

Untitled

Nov 28th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.97 KB | None | 0 0
  1. {
  2.    package : "org.jleaf.erp.connector.web",
  3.    menu : [
  4.             {
  5.                 label: "sampleMenu",
  6.                 columnIndex: 0,
  7.                 submenu: [
  8.                   {
  9.                       label: "sampleMenuGroup",
  10.                       columnIndex: 0,
  11.                       submenu: [
  12.                             {
  13.                                label: "sampleMenuItem",
  14.                                url: "sampleMenuItem",
  15.                                task: "sampleMenuItem"  
  16.                             },
  17.                             {
  18.                                label: "sampleMenuItem2",
  19.                                url: "sampleMenuItem2",
  20.                                task: "sampleMenuItem2" 
  21.                             }
  22.                       ]
  23.                   },
  24.                   {
  25.                       label: "sampleGroupReport",
  26.                       columnIndex: 1,
  27.                       submenu: [
  28.                             {
  29.                                label: "sampleReport",
  30.                                url: "sampleReport",
  31.                                task: "sampleReport"
  32.                             },
  33.                             {
  34.                                label: "sampleReport2",
  35.                                url: "sampleReport2",
  36.                                task: "sampleReport2"
  37.                             },
  38.                             {
  39.                                label: "sampleReport3",
  40.                                url: "sampleReport3",
  41.                                task: "sampleReport3"
  42.                             }
  43.                       ]
  44.                   },
  45.                   {
  46.                       label: "sampleInquiry",
  47.                       columnIndex: 2,
  48.                       submenu: [
  49.                             {
  50.                                label: "sampleInquiry", 
  51.                                url: "sampleInquiry",
  52.                                task: "sampleInquiry"
  53.                             },
  54.                             {
  55.                                label: "sampleInquiry2",
  56.                                url: "sampleInquiry2",
  57.                                task: "sampleInquiry2"
  58.                             }
  59.                       ]
  60.                   }
  61.                 ]  
  62.            }
  63.     ]  
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement