|
@@ -1,7 +1,9 @@
|
|
|
MWF.xDesktop.requireApp("process.Xform", "Actionbar", null, false);
|
|
MWF.xDesktop.requireApp("process.Xform", "Actionbar", null, false);
|
|
|
MWF.xApplication.cms.Xform.Actionbar = MWF.CMSActionbar = new Class({
|
|
MWF.xApplication.cms.Xform.Actionbar = MWF.CMSActionbar = new Class({
|
|
|
Extends: MWF.APPActionbar,
|
|
Extends: MWF.APPActionbar,
|
|
|
-
|
|
|
|
|
|
|
+ reload : function(){
|
|
|
|
|
+ this._loadUserInterface();
|
|
|
|
|
+ },
|
|
|
_loadUserInterface: function(){
|
|
_loadUserInterface: function(){
|
|
|
//if (this.form.json.mode == "Mobile"){
|
|
//if (this.form.json.mode == "Mobile"){
|
|
|
// this.node.empty();
|
|
// this.node.empty();
|