Connected menuBar login form to login page

This commit is contained in:
Pierre
2017-05-24 17:13:38 +02:00
parent 72fe4108ba
commit 5c5a65cdff
3 changed files with 136 additions and 91 deletions

View File

@ -10,6 +10,11 @@ var ComunicWeb = {
*/
__config: ComunicConfig,
/**
* List of available pages
*/
pagesList:{},
/**
* Common functions
*/
@ -386,6 +391,13 @@ var ComunicWeb = {
* Perform user login
*/
loginSubmit: function(){},
/**
* Display login error message
*
* @return {Boolean} True for a success
*/
displayLoginError: function(){},
},
/**
@ -399,4 +411,4 @@ var ComunicWeb = {
},
},
}
};