WingandaPrayer
Technical User
- May 15, 2001
- 152
Hi,
I would like to create another menu from the sub menu.
Any helpful advice would be appreciated.
cheers
This is what I have at the present if it makes sense!
menu_index.js
oCMenu.makeMenu('sub01','top0','Lettings and Tenancies','FL_priorities.htm')
oCMenu.makeMenu('sub002','sub01','Taking in a lodger','lodgers.html')
oCMenu.makeMenu('sub014','sub01','Sub letting','Sub_tenants.html')
I would like to create a sub menu after sub002','sub01'
.....................................................
menu_style.js
//EXAMPLE SUB LEVEL[3] PROPERTIES - You have to specify the properties you want different from LEVEL[2] OR LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[3]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[3].width=180
oCMenu.level[3].height=18
oCMenu.level[3].offsetX=0
oCMenu.level[3].offsetY=0
oCMenu.level[3].regClass="clLevel3"
oCMenu.level[3].overClass="clLevel3over"
oCMenu.level[3].borderClass="clLevel3border"
I would like to create another menu from the sub menu.
Any helpful advice would be appreciated.
cheers
This is what I have at the present if it makes sense!
menu_index.js
oCMenu.makeMenu('sub01','top0','Lettings and Tenancies','FL_priorities.htm')
oCMenu.makeMenu('sub002','sub01','Taking in a lodger','lodgers.html')
oCMenu.makeMenu('sub014','sub01','Sub letting','Sub_tenants.html')
I would like to create a sub menu after sub002','sub01'
.....................................................
menu_style.js
//EXAMPLE SUB LEVEL[3] PROPERTIES - You have to specify the properties you want different from LEVEL[2] OR LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[3]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[3].width=180
oCMenu.level[3].height=18
oCMenu.level[3].offsetX=0
oCMenu.level[3].offsetY=0
oCMenu.level[3].regClass="clLevel3"
oCMenu.level[3].overClass="clLevel3over"
oCMenu.level[3].borderClass="clLevel3border"