| 1 |
- MWF.xApplication.ScriptEditor.block.ajax.NewO2=new Class({Extends:MWF.xApplication.ScriptEditor.block.$Block.$Around,createSelectNode:function(e){var t=new Element("select",{styles:this.blockCss.selectNode,class:"script"});var s=this.editor.app.desktop.serviceAddressList;Object.each(s,function(e,s){var c=JSON.encode(e);new Element("option",{value:c,text:e.name}).inject(t)}.bind(this));t.setStyle("background",this.type.data.mortiseColor);return t}});
|