Created settings sections system.

This commit is contained in:
Pierre
2018-04-13 19:00:49 +02:00
parent 991a950a42
commit 6288af5899
5 changed files with 90 additions and 0 deletions

View File

@ -0,0 +1,19 @@
/**
* Settings general section
*
* @author Pierre HUBERT
*/
ComunicWeb.pages.settings.sections.general = {
/**
* Open settings section
*
* @param {object} args Additionnal arguments
* @param {HTMLElement} target The target for the page
*/
open: function(args, target){
alert("hey");
}
};