mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Menubar ready to be created
This commit is contained in:
@ -301,10 +301,17 @@ var ComunicWeb = {
|
||||
},
|
||||
|
||||
/**
|
||||
* Pages functions
|
||||
* Pages controllers
|
||||
*/
|
||||
pages:{
|
||||
|
||||
/**
|
||||
* Menubar
|
||||
*/
|
||||
menuBar: {
|
||||
//TODO: implement
|
||||
},
|
||||
|
||||
/**
|
||||
* Home page
|
||||
*/
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user