Menubar ready to be created

This commit is contained in:
Pierre
2017-05-21 17:55:19 +02:00
parent 7b6163328a
commit 6e50fa0894
4 changed files with 60 additions and 4 deletions

View File

@ -301,10 +301,17 @@ var ComunicWeb = {
},
/**
* Pages functions
* Pages controllers
*/
pages:{
/**
* Menubar
*/
menuBar: {
//TODO: implement
},
/**
* Home page
*/

View File

@ -153,13 +153,13 @@ ComunicWeb.common.page = {
}
//Set wrapper class
mainContenerElem.className = "content-wrapper";
pageTarget.className = "content-wrapper";
//Set body class
document.body.className="hold-transition skin-blue layout-top-nav";
//We load the menu
//We load the menubar
ComunicWeb.pages.menuBar.display();
}
//Check if some additionnal data was specified