123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442 |
- MWF.xApplication.cms.FormDesigner.Module = MWF.xApplication.cms.FormDesigner.Module || {};
- MWF.xDesktop.requireApp("process.FormDesigner", "Module.Form", null, false);
- MWF.xDesktop.requireApp("cms.FormDesigner", "Property", null, false);
- MWF.xApplication.cms.FormDesigner.Module.Form = MWF.CMSFCForm = new Class({
- Extends: MWF.FCForm,
- options: {
- "style": "default",
- "propertyPath": "../x_component_cms_FormDesigner/Module/Form/form.html",
- "mode": "PC",
- "fields": ["Calendar", "Checkbox", "Datagrid", "Datagrid$Title", "Datagrid$Data", "Datatable", "Datatable$Title", "Datatable$Data",
- "Datatemplate", "Htmleditor", "TinyMCEEditor", "Number", "Office", "Orgfield", "Personfield", "Readerfield", "Authorfield", "Org",
- "Reader", "Author", "Radio", "Select", "Textarea", "Textfield", "Address","Combox",
- "Elcascader","Elcheckbox","Elcolorpicker", "Eldate", "Eldatetime", "Elinput", "Elnumber", "Elradio", "Elrate", "Elselect", "Elslider", "Elswitch"],
- "injectActions" : [
- {
- "name" : "top",
- "styles" : "injectActionTop",
- "event" : "click",
- "action" : "injectTop",
- "title": MWF.APPFD.LP.formAction["insertTop"]
- },
- {
- "name" : "bottom",
- "styles" : "injectActionBottom",
- "event" : "click",
- "action" : "injectBottom",
- "title": MWF.APPFD.LP.formAction["insertBottom"]
- }
- ]
- },
- initialize: function(designer, container, options){
- this.setOptions(options);
- this.path = "../x_component_process_FormDesigner/Module/Form/";
- this.cssPath = "../x_component_process_FormDesigner/Module/Form/"+this.options.style+"/css.wcss";
- this._loadCss();
- this.container = null;
- this.form = this;
- this.moduleType = "form";
- this.moduleList = [];
- this.moduleNodeList = [];
- this.moduleContainerNodeList = [];
- this.moduleElementNodeList = [];
- this.moduleComponentNodeList = [];
- // this.moduleContainerList = [];
- this.dataTemplate = {};
- this.designer = designer;
- this.container = container;
- this.selectedModules = [];
- },
- // 移动端表单加载工具栏
- loadMobileActionToos: function() {
- if (this.options.mode==="Mobile"){
- if (!this.json.defaultTools){
- this.json.defaultTools = o2.JSON.get("../x_component_cms_FormDesigner/Module/Form/toolbars.json", null,false);
- }
- if (!this.json.tools) this.json.tools=[];
- }
- },
- //loadTemplateStyles : function( file, callback ){
- // debugger;
- // if( !file ){
- // if (callback) callback({});
- // return;
- // }
- // this.templateStylesList = this.templateStylesList || {};
- // if( this.templateStylesList[file] ){
- // if (callback) callback(this.templateStylesList[file]);
- // return;
- // }
- // var stylesUrl = "../x_component_cms_FormDesigner/Module/Form/skin/"+file;
- // MWF.getJSON(stylesUrl,{
- // "onSuccess": function(responseJSON){
- // this.templateStylesList[file] = responseJSON;
- // if (callback) callback(responseJSON);
- // }.bind(this),
- // "onRequestFailure": function(){
- // if (callback) callback({});
- // }.bind(this),
- // "onError": function(){
- // if (callback) callback({});
- // }.bind(this)
- // }
- // );
- //},
- loadTemplateStyleFile : function(file, callback ){
- if( !file ){
- if (callback) callback({});
- return;
- }
- var stylesUrl = "../x_component_cms_FormDesigner/Module/Form/skin/"+file;
- MWF.getJSON(stylesUrl,{
- "onSuccess": function(responseJSON){
- //this.templateStylesList[file] = responseJSON;
- if (callback) callback(responseJSON);
- }.bind(this),
- "onRequestFailure": function(){
- if (callback) callback({});
- }.bind(this),
- "onError": function(){
- if (callback) callback({});
- }.bind(this)
- }
- );
- },
- loadTemplateExtendStyleFile : function(extendFile, callback ){
- if( !extendFile ){
- if (callback) callback({});
- return;
- }
- var stylesUrl = "../x_component_cms_FormDesigner/Module/Form/skin/"+extendFile;
- MWF.getJSON(stylesUrl,{
- "onSuccess": function(responseJSON){
- //this.templateStylesList[file] = responseJSON;
- if (callback) callback(responseJSON);
- }.bind(this),
- "onRequestFailure": function(){
- if (callback) callback({});
- }.bind(this),
- "onError": function(){
- if (callback) callback({});
- }.bind(this)
- }
- );
- },
- loadStylesList: function(callback){
- //var stylesUrl = "../x_component_process_FormDesigner/Module/Form/template/"+((this.options.mode=="Mobile") ? "mobileStyles": "styles")+".json";
- //var stylesUrl = "../x_component_process_FormDesigner/Module/Form/template/"+((this.options.mode=="Mobile") ? "styles": "styles")+".json";
- var configUrl = "../x_component_cms_FormDesigner/Module/Form/skin/config.json";
- MWF.getJSON(configUrl,{
- "onSuccess": function(responseJSON){
- this.stylesList = responseJSON;
- if (callback) callback(this.stylesList);
- }.bind(this),
- "onRequestFailure": function(){
- this.stylesList = {};
- if (callback) callback(this.stylesList);
- }.bind(this),
- "onError": function(){
- this.stylesList = {};
- if (callback) callback(this.stylesList);
- }.bind(this)
- }
- );
- },
- //loadStylesList: function(callback){
- //var stylesUrl = "../x_component_cms_FormDesigner/Module/Form/template/"+((this.options.mode=="Mobile") ? "styles": "styles")+".json";
- //MWF.getJSON(stylesUrl,{
- // "onSuccess": function(responseJSON){
- // this.stylesList= responseJSON;
- // if (callback) callback(this.stylesList);
- // }.bind(this),
- // "onRequestFailure": function(){
- // this.stylesList = {};
- // if (callback) callback(this.stylesList);
- // }.bind(this),
- // "onError": function(){
- // this.stylesList = {};
- // if (callback) callback(this.stylesList);
- // }.bind(this)
- // }
- //);
- //},
-
- loadModule: function(json, dom, parent){
- var module, className;
- if( !json ){
- className = ( dom.get("MWFType") || "div" ).capitalize();
- this.getTemplateData(className, function(data){
- var moduleData = Object.clone(data);
- moduleData.id = dom.get("id");
- this.json.moduleList[dom.get("id")] = moduleData;
- module = new MWF["CMSFC"+className](this);
- module.load(moduleData, dom, parent);
- }.bind(this), false);
- return module;
- }else if( MWF["CMSFC"+json.type] ){
- className = json.type.capitalize();
- this.getTemplateData(className, function(data){
- var moduleData = Object.clone(data);
- Object.merge(moduleData, json);
- Object.merge(json, moduleData);
- module = new MWF["CMSFC"+json.type](this);
- module.load(json, dom, parent);
- }.bind(this), false);
- return module;
- }else{
- className = json.type.capitalize();
- this.getTemplateData(className, function(data){
- var moduleData = Object.clone(data);
- Object.merge(moduleData, json);
- Object.merge(json, moduleData);
- module = new MWF["CMSFCDiv"](this);
- module.load(json, dom, parent);
- }.bind(this), false);
- return module;
- }
- },
-
- createModule: function(className, e){
- //var classPre = MWF.CMSFD.RedesignModules.indexOf( className.toLowerCase() ) != -1 ? "CMSFC" : "FC";
- var classPre = "CMSFC";
- this.getTemplateData(className, function(data){
- var moduleData = Object.clone(data);
- var newTool = new MWF[classPre+className](this);
- newTool.create(moduleData, e);
- }.bind(this));
- },
- getTemplateData: function(className, callback, async){
- if (this.dataTemplate[className]){
- if (callback) callback(this.dataTemplate[className]);
- }else{
- var _className = className.indexOf("Process") === 0 ? className.substr( 7, className.length - 1 ) : className;
- var path = MWF.CMSFD.ResetTemplateModules.indexOf( className.toLowerCase() ) != -1 ? "x_component_cms_FormDesigner" : "x_component_process_FormDesigner";
- var templateUrl = "../"+path+"/Module/"+_className+"/template.json";
- MWF.getJSON(templateUrl, function(responseJSON, responseText){
- this.dataTemplate[className] = responseJSON;
- if (callback) callback(responseJSON);
- }.bind(this), async);
- }
- },
- showProperty: function(callback){
- if (!this.property){
- this.property = new MWF.xApplication.cms.FormDesigner.Property(this, this.designer.propertyContentArea, this.designer, {
- "path": this.options.propertyPath,
- "onPostLoad": function(){
- this.property.show();
- if (callback) callback();
- }.bind(this)
- });
- this.property.load();
- }else{
- this.property.show();
- }
- },
- save: function(callback){
- this.designer.saveForm();
- //this._getFormData();
- //this.designer.actions.saveForm(this.data, function(responseJSON){
- // this.form.designer.notice(MWF.APPFD.LP.notice["save_success"], "ok", null, {x: "left", y:"bottom"});
- //
- // //this.json.id = responseJSON.data;
- // if (!this.json.name) this.treeNode.setText("<"+this.json.type+"> "+this.json.id);
- // this.treeNode.setTitle(this.json.id);
- // this.node.set("id", this.json.id);
- //
- // if (callback) callback();
- // //this.reload(responseJSON.data);
- //}.bind(this));
- },
- implode: function(){
- MWF.xDesktop.requireApp("cms.FormDesigner", "Import", function(){
- MWF.CMSFormImport.create("O2", this);
- }.bind(this));
- },
- implodeHTML: function(){
- MWF.xDesktop.requireApp("cms.FormDesigner", "Import", function(){
- MWF.CMSFormImport.create("html", this, {"type": "process"});
- }.bind(this));
- },
- implodeOffice: function(){
- MWF.xDesktop.requireApp("cms.FormDesigner", "Import", function(){
- MWF.CMSFormImport.create("office", this);
- }.bind(this));
- },
- setPropertiesOrStyles: function(name){
- if (name=="styles"){
- this.setCustomStyles();
- }
- if (name=="properties"){
- this.node.setProperties(this.json.properties);
- }
- },
- setCustomStyles: function(){
- var border = this.node.getStyle("border");
- this.node.clearStyles();
- this.node.setStyles((this.options.mode==="Mobile") ? this.css.formMobileNode : this.css.formNode);
- var y = this.container.getStyle("height");
- y = (y) ? y.toInt()-2 : this.container.getSize().y-2;
- this.node.setStyle("min-height", ""+y+"px");
- if (this.initialStyles) this.node.setStyles(this.initialStyles);
- this.node.setStyle("border", border);
- Object.each(this.json.styles, function(value, key){
- var reg = /^border\w*/ig;
- if (!key.test(reg)){
- this.node.setStyle(key, value);
- }
- }.bind(this));
- },
- //_setEditStyle: function(name, obj, oldValue){
- // if (name=="name"){
- // var title = this.json.name || this.json.id;
- // this.treeNode.setText("<"+this.json.type+"> "+title+" ["+this.options.mode+"] ");
- // }
- // if (name=="id"){
- // if (!this.json.name) this.treeNode.setText("<"+this.json.type+"> "+this.json.id+" ["+this.options.mode+"] ");
- // this.treeNode.setTitle(this.json.id);
- // this.node.set("id", this.json.id);
- // }
- // if (name=="formStyleType"){
- // this.templateStyles = (this.stylesList && this.json.formStyleType) ? this.stylesList[this.json.formStyleType] : null;
- // if (oldValue) {
- // var oldTemplateStyles = this.stylesList[oldValue];
- // if (oldTemplateStyles){
- // if (oldTemplateStyles["form"]) this.clearTemplateStyles(oldTemplateStyles["form"]);
- // }
- // }
- // if (this.templateStyles){
- // if (this.templateStyles["form"]) this.setTemplateStyles(this.templateStyles["form"]);
- // }
- // this.setAllStyles();
- //
- // this.moduleList.each(function(module){
- // if (oldTemplateStyles){
- // module.clearTemplateStyles(oldTemplateStyles[module.moduleName]);
- // }
- // module.setStyleTemplate();
- // module.setAllStyles();
- // }.bind(this));
- // }
- // if (name==="css"){
- // this.reloadCss();
- // }
- // this._setEditStyle_custom(name, obj, oldValue);
- //},
- _setEditStyle: function(name, obj, oldValue){
- if (name=="name"){
- var title = this.json.name || this.json.id;
- this.treeNode.setText("<"+this.json.type+"> "+title+" ["+this.options.mode+"] ");
- }
- if (name=="id"){
- if (!this.json.name) this.treeNode.setText("<"+this.json.type+"> "+this.json.id+" ["+this.options.mode+"] ");
- this.treeNode.setTitle(this.json.id);
- this.node.set("id", this.json.id);
- }
- if (name=="formStyleType"){
- var file = (this.stylesList && this.json.formStyleType) ? this.stylesList[this.json.formStyleType].file : null;
- var extendFile = (this.stylesList && this.json.formStyleType) ? this.stylesList[this.json.formStyleType].extendFile : null;
- this.loadTemplateStyles( file, extendFile, function( templateStyles ){
- //this.templateStyles = (this.stylesList && this.json.formStyleType) ? this.stylesList[this.json.formStyleType] : null;
- this.templateStyles = templateStyles;
- var oldFile, oldExtendFile;
- if( oldValue && this.stylesList[oldValue] ){
- oldFile = this.stylesList[oldValue].file;
- oldExtendFile = this.stylesList[oldValue].extendFile;
- }
- this.loadTemplateStyles( oldFile, oldExtendFile, function( oldTemplateStyles ){
- //if (oldValue) {
- // var oldTemplateStyles = this.stylesList[oldValue];
- // if (oldTemplateStyles){
- // if (oldTemplateStyles["form"]) this.clearTemplateStyles(oldTemplateStyles["form"]);
- // }
- //}
- this.json.styleConfig = (this.stylesList && this.json.formStyleType) ? this.stylesList[this.json.formStyleType] : null;
- if (oldTemplateStyles["form"]) this.clearTemplateStyles(oldTemplateStyles["form"]);
- if (this.templateStyles["form"]) this.setTemplateStyles(this.templateStyles["form"]);
- this.setAllStyles();
- this.moduleList.each(function(module){
- if (oldTemplateStyles[module.moduleName]){
- module.clearTemplateStyles(oldTemplateStyles[module.moduleName]);
- }
- module.setStyleTemplate();
- module.setAllStyles();
- }.bind(this));
- }.bind(this))
- }.bind(this))
- }
- if (name==="css"){
- this.reloadCss();
- }
- this._setEditStyle_custom(name, obj, oldValue);
- },
- parseCSS: function(css){
- var rex = /(url\(.*\))/g;
- var match;
- while ((match = rex.exec(css)) !== null) {
- var pic = match[0];
- var len = pic.length;
- var s = pic.substring(pic.length-2, pic.length-1);
- var n0 = (s==="'" || s==="\"") ? 5 : 4;
- var n1 = (s==="'" || s==="\"") ? 2 : 1;
- pic = pic.substring(n0, pic.length-n1);
- if ((pic.indexOf("x_processplatform_assemble_surface")!=-1 || pic.indexOf("x_portal_assemble_surface")!=-1)){
- var host1 = MWF.Actions.getHost("x_processplatform_assemble_surface");
- var host2 = MWF.Actions.getHost("x_portal_assemble_surface");
- if (pic.indexOf("/x_processplatform_assemble_surface")!==-1){
- pic = pic.replace("/x_processplatform_assemble_surface", pic+"/x_processplatform_assemble_surface");
- }else if (pic.indexOf("x_processplatform_assemble_surface")!==-1){
- pic = pic.replace("x_processplatform_assemble_surface", pic+"/x_processplatform_assemble_surface");
- }
- if (pic.indexOf("/x_portal_assemble_surface")!==-1){
- pic = pic.replace("/x_portal_assemble_surface", host2+"/x_portal_assemble_surface");
- }else if (pic.indexOf("x_portal_assemble_surface")!==-1){
- pic = pic.replace("x_portal_assemble_surface", host2+"/x_portal_assemble_surface");
- }
- pic = o2.filterUrl(pic);
- }
- pic = "url('"+pic+"')";
- var len2 = pic.length;
- css = css.substring(0, match.index) + pic + css.substring(rex.lastIndex, css.length);
- rex.lastIndex = rex.lastIndex + (len2-len);
- }
- return css;
- },
- preview: function(){
- MWF.xDesktop.requireApp("cms.FormDesigner", "Preview", function(){
- if (this.options.mode=="Mobile"){
- this.previewBox = new MWF.xApplication.cms.FormDesigner.Preview(this, {"size": {"x": "400", "y": 580}});
- }else{
- this.previewBox = new MWF.xApplication.cms.FormDesigner.Preview(this);
- }
- this.previewBox.load();
- }.bind(this));
- }
- });
|