提交 37eea048 编写于 作者: U unknown

修复脚本不能放在表格中的问题

上级 8e38b388
...@@ -293,8 +293,7 @@ MWF.xApplication.process.FormDesigner.widget.ElCarouselContent.Tree.Node = new C ...@@ -293,8 +293,7 @@ MWF.xApplication.process.FormDesigner.widget.ElCarouselContent.Tree.Node = new C
}.bind(this)); }.bind(this));
//srcScript //srcScript
var tr = new Element("tr").inject(this.propertyTable); var tr = new Element("div").inject(this.propertyArea);
td = new Element("td", { "colspan": "2" }).inject(tr);
this.srcScriptTr = tr; this.srcScriptTr = tr;
new Element("div", { new Element("div", {
"text" : "通过this.event可以获得当前条目的数据,最终返回图片资源地址文本。" + "text" : "通过this.event可以获得当前条目的数据,最终返回图片资源地址文本。" +
...@@ -327,8 +326,7 @@ MWF.xApplication.process.FormDesigner.widget.ElCarouselContent.Tree.Node = new C ...@@ -327,8 +326,7 @@ MWF.xApplication.process.FormDesigner.widget.ElCarouselContent.Tree.Node = new C
"code": "", "code": "",
"html": "" "html": ""
}; };
var tr = new Element("tr").inject(this.propertyTable); var tr = new Element("div").inject(this.propertyArea);
td = new Element("td", { "colspan": "2" }).inject(tr);
this.textScriptTr = tr; this.textScriptTr = tr;
new Element("div", { new Element("div", {
"text" : "通过this.event可以获得当前条目的数据,最终返回图片文本内容文本。" "text" : "通过this.event可以获得当前条目的数据,最终返回图片文本内容文本。"
...@@ -356,8 +354,7 @@ MWF.xApplication.process.FormDesigner.widget.ElCarouselContent.Tree.Node = new C ...@@ -356,8 +354,7 @@ MWF.xApplication.process.FormDesigner.widget.ElCarouselContent.Tree.Node = new C
} }
//clickScript //clickScript
var tr = new Element("tr").inject(this.propertyTable); var tr = new Element("div").inject(this.propertyArea);
td = new Element("td", { "colspan": "2" }).inject(tr);
new Element("div", { new Element("div", {
"text" : "通过this.event[0]可以获得当前条目的数据,通过this.event[1]可获取Event对象。" "text" : "通过this.event[0]可以获得当前条目的数据,通过this.event[1]可获取Event对象。"
}).inject( td ); }).inject( td );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册