Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

The page definition hash have this structure:

 

{
   nome:"name",
   descrizione:"description",
   img:"/../../image.png",
   imgsize:60,
   layout:"list",
   layoutoption:{},
   option:{},
   pageoption:{},
   child:[]
}

 

NameTypeDescription
nomestringPage name
descrizionestringPage description
imgstringPage icon url
imgsizeintPage icon size in px (0-60)
layoutstringrefer to Layout Definition
layoutoptionhashrefer to Layout Definition
optionhashrefer to Page Content Definition
pageoptionhashrefer to Page Option Definition
childarrayarray of page definition

 

  • No labels