6 lines
185 B
JavaScript
6 lines
185 B
JavaScript
var menudata={children:[
|
|
{text:"Main Page",url:"index.html"},
|
|
{text:"Related Pages",url:"pages.html"},
|
|
{text:"Files",url:"files.html",children:[
|
|
{text:"File List",url:"files.html"}]}]}
|