MWF.xDesktop.requireApp("Template", "Explorer", null, false); MWF.xDesktop.requireApp("Selector", "package", null, false); MWF.xDesktop.requireApp("Attendance", "Explorer", null, false); MWF.xApplication.Attendance.PersonSetting = new Class({ Extends: MWF.xApplication.Attendance.Explorer, Implements: [Options, Events], initialize: function(node, app, actions, options){ this.setOptions(options); this.app = app; this.path = "../x_component_Attendance/$PersonSetting/"; this.cssPath = "../x_component_Attendance/$PersonSetting/"+this.options.style+"/css.wcss"; this._loadCss(); this.actions = actions; this.node = $(node); this.initData(); if (!this.personActions) this.personActions = new MWF.xAction.org.express.RestActions(); }, load: function(){ this.loadToolbar(); //this.loadFilter(); this.loadContentNode(); this.loadView(); this.setNodeScroll(); }, loadView : function(){ this.view = new MWF.xApplication.Attendance.PersonSetting.View(this.elementContentNode, this.app,this, this.viewData, this.options.searchKey ); this.view.load(); this.setContentSize(); }, createDocument: function(){ if(this.view)this.view._createDocument(); } }); MWF.xApplication.Attendance.PersonSetting.View = new Class({ Extends: MWF.xApplication.Attendance.Explorer.View, _createItem: function(data){ return new MWF.xApplication.Attendance.PersonSetting.Document(this.table, data, this.explorer, this); }, _getCurrentPageData: function(callback, count){ this.actions.listPersonSetting(function(json){ if (callback) callback(json); }); }, _removeDocument: function(document, all){ this.actions.deletePersonSetting(document.id, function(json){ this.explorer.view.reload(); this.app.notice(this.app.lp.deleteDocumentOK, "success"); }.bind(this)); }, _createDocument: function(){ var form = new MWF.xApplication.Attendance.PersonSetting.Form(this.explorer); form.create(); }, _openDocument: function( documentData ){ var form = new MWF.xApplication.Attendance.PersonSetting.Form(this.explorer, documentData ); form.edit(); } }); MWF.xApplication.Attendance.PersonSetting.Document = new Class({ Extends: MWF.xApplication.Attendance.Explorer.Document }); MWF.xApplication.Attendance.PersonSetting.Form = new Class({ Extends: MWF.xApplication.Attendance.Explorer.PopupForm, options : { "width": 600, "height": 450, "hasTop" : true, "hasBottom" : true, "title" : MWF.xApplication.Attendance.LP.personSetting, "draggable" : true, "closeAction" : true }, _createTableContent: function(){ var lp = MWF.xApplication.Attendance.LP; var html = "
"+ " | |
"+ " | |
"+ " | |
"+ " | |
"+ " | |
"+ " |