提交 dfd926ff 编写于 作者: 蔡祥熠

Merge branch 'hotfix/PageDesigner_error' into 'master'

Merge of hotfix/PageDesigner_error 修复页面报语言包错误的问题 to develop

See merge request o2oa/o2oa!1100
...@@ -20,6 +20,10 @@ MWF.xApplication.process.FormDesigner.widget.SectionDisplayer = new Class({ ...@@ -20,6 +20,10 @@ MWF.xApplication.process.FormDesigner.widget.SectionDisplayer = new Class({
// this.path = "../x_component_process_FormDesigner/widget/$SectionDisplayer/"; // this.path = "../x_component_process_FormDesigner/widget/$SectionDisplayer/";
// this.cssPath = "../x_component_process_FormDesigner/widget/$SectionDisplayer/"+this.options.style+"/css.wcss"; // this.cssPath = "../x_component_process_FormDesigner/widget/$SectionDisplayer/"+this.options.style+"/css.wcss";
this.lp = this.app.lp.propertyTemplate; this.lp = this.app.lp.propertyTemplate;
if( !this.lp ){
o2.xDesktop.requireApp("process.FormDesigner", "lp."+o2.language, null, false);
this.lp = MWF.xApplication.process.FormDesigner.LP.propertyTemplate;
}
// this._loadCss(); // this._loadCss();
}, },
......
...@@ -20,6 +20,10 @@ MWF.xApplication.process.FormDesigner.widget.SectionMerger = new Class({ ...@@ -20,6 +20,10 @@ MWF.xApplication.process.FormDesigner.widget.SectionMerger = new Class({
// this.path = "../x_component_process_FormDesigner/widget/$SectionMerger/"; // this.path = "../x_component_process_FormDesigner/widget/$SectionMerger/";
// this.cssPath = "../x_component_process_FormDesigner/widget/$SectionMerger/"+this.options.style+"/css.wcss"; // this.cssPath = "../x_component_process_FormDesigner/widget/$SectionMerger/"+this.options.style+"/css.wcss";
this.lp = this.app.lp.propertyTemplate; this.lp = this.app.lp.propertyTemplate;
if( !this.lp ){
o2.xDesktop.requireApp("process.FormDesigner", "lp."+o2.language, null, false);
this.lp = MWF.xApplication.process.FormDesigner.LP.propertyTemplate;
}
// this._loadCss(); // this._loadCss();
}, },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册