MWF.xDesktop.requireApp("process.Xform","Htmleditor",null,false);MWF.xApplication.cms.Xform.Htmleditor=MWF.CMSHtmleditor=new Class({Extends:MWF.APPHtmleditor,_loadUserInterface:function(){this.node.empty();if(this.readonly){this.node.set("html",this._getBusinessData());this.node.setStyles({"-webkit-user-select":"text","-moz-user-select":"text"});if(layout.mobile){this.node.getElements("img").each(function(t){t.setStyles({height:"auto","max-width":"100%"})}.bind(this))}}else{var i=Object.clone(this.json.editorProperties);if(this.json.config){if(this.json.config.code){var t=MWF.CMSMacro.exec(this.json.config.code,this);Object.each(t,function(t,e){i[e]=t})}}this.loadCkeditor(i)}},loadCkeditor:function(s){_self=this;COMMON.AjaxModule.loadDom("ckeditor",function(){CKEDITOR.disableAutoInline=true;var t=new Element("div").inject(this.node);var e=this._getBusinessData();if(e){t.set("html",e)}else if(this.json.templateCode){t.set("html",this.json.templateCode)}var i=this.node.getSize().y;var o=s||{};if(this.form.json.mode=="Mobile"){if(!o.toolbar&&!o.toolbarGroups){o.toolbar=[{name:"paragraph",items:["Bold","Italic","-","TextColor","BGColor","JustifyLeft","JustifyCenter","JustifyRight","JustifyBlock","-","Undo","Redo"]},{name:"basicstyles",items:["Styles","FontSize"]}]}}o.localImageMaxWidth=800;o.reference=this.form.businessData.document.id;o.referenceType="cmsDocument";this.editor=CKEDITOR.replace(t,o);this._loadEvents();this.editor.on("change",function(){this._setBusinessData(this.getData())}.bind(this))}.bind(this))},getText:function(){return this.editor.document.getBody().getText()},getImages:function(){var t=[];var e=this.editor.document.find("img");if(e){for(var i=0;ie.value){this.notValidationMode(e.prompt);return false}break;case"lt":if(s