Position of group main array
| The red marked properties belong to the group main array. You can add individuality to your submenus by defining these properties for each group. |
var example=[
[175,28,,,0,MSIEeffect,,,groupstyle,groupbehaviour,,,0,1],
['Documentation',,,,,,'menu_integration.html',,itemstyle,,'',0,92,37,3,1,1,1],
['Download',,,,,,'download.html',,itemstyle,,,0,92,37,3,1,1,1]
]
|
Example group main array:
|
[
190,
37,
22,
100,
1,
MSIEeffect,
,
,
groupstyle,
groupbehaviour,
,
,
12,
5
],
|
Example group main array with property names:
[
190, //GroupWidth
37, //GroupHeight
22, //OffsetLeft
100, //OffsetTop
1, //GroupIsHorizontal
EXMSIEeffect,//MSIEEffectArray
, //ffp
, //ffp
EXgroupstyle,//GroupStyleArray
EXgroupbehaviour,//GroupBehaviourArray
, //ffp
, //DivsToHide
12, //GroupHorizontalOverlap
5 //GroupVerticalOverlap
],
|
|