提交 9bb543e1 编写于 作者: NoSubject's avatar NoSubject 提交者: NoSubject

修复form的脚本面板中,form和page脚本显示不全的问题


(cherry picked from commit f63b35e4)
上级 6cab3f28
......@@ -79,8 +79,10 @@ MWF.xApplication.portal.PageDesigner.Script = new Class({
this.addScriptItem(this.data.validationOpinion, "code", this.data, "validationOpinion");
this.addScriptItem(this.data.validationRoute, "code", this.data, "validationRoute");
this.addScriptItem(this.data.validationFormCustom, "code", this.data, "validationFormCustom");
this.addScriptItem(this.data.languageScript, "code", this.data, "languageScript");
Object.each(this.data.events, function(event, key){
this.addScriptItem(event, "code", this.data, this.designer.lp.events+"."+key);
//this.addScriptItem(event, "code", this.data, this.designer.lp.events+"."+key);
this.addModuleEventScriptItem(event, "code", key, this.data);
}.bind(this));
Object.each(this.data.moduleList, function(v){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册