| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671 |
- MWF.xApplication = MWF.xApplication || {};
- MWF.xApplication.query = MWF.xApplication.query || {};
- MWF.xApplication.query.ViewDesigner = MWF.xApplication.query.ViewDesigner || {};
- MWF.APPDVD = MWF.xApplication.query.ViewDesigner;
- MWF.require("MWF.widget.Common", null, false);
- MWF.require("MWF.xScript.Macro", null, false);
- MWF.xDesktop.requireApp("query.ViewDesigner", "lp."+MWF.language, null, false);
- MWF.xDesktop.requireApp("query.ViewDesigner", "Property", null, false);
- MWF.xApplication.query.ViewDesigner.View = new Class({
- Extends: MWF.widget.Common,
- Implements: [Options, Events],
- options: {
- "style": "default",
- "isView": false,
- "showTab": true,
- "propertyPath": "/x_component_query_ViewDesigner/$View/view.html"
- },
- initialize: function(designer, data, options){
- this.setOptions(options);
- this.path = "/x_component_query_ViewDesigner/$View/";
- this.cssPath = "/x_component_query_ViewDesigner/$View/"+this.options.style+"/css.wcss";
- this._loadCss();
- this.designer = designer;
- this.data = data;
- if (!this.data.data) this.data.data = {};
- this.parseData();
- this.node = this.designer.designNode;
- //this.tab = this.designer.tab;
- this.areaNode = new Element("div", {"styles": {"height": "100%", "overflow": "auto"}});
- //MWF.require("MWF.widget.ScrollBar", function(){
- // new MWF.widget.ScrollBar(this.areaNode, {"distance": 100});
- //}.bind(this));
- this.propertyListNode = this.designer.propertyDomArea;
- //this.propertyNode = this.designer.propertyContentArea;
- if(this.designer.application) this.data.applicationName = this.designer.application.name;
- if(this.designer.application) this.data.application = this.designer.application.id;
- this.isNewView = (this.data.id) ? false : true;
- this.items = [];
- this.view = this;
- this.autoSave();
- this.designer.addEvent("queryClose", function(){
- if (this.autoSaveTimerID) window.clearInterval(this.autoSaveTimerID);
- }.bind(this));
- },
- autoSave: function(){
- this.autoSaveTimerID = window.setInterval(function(){
- if (!this.autoSaveCheckNode) this.autoSaveCheckNode = this.designer.contentToolbarNode.getElement("#MWFDictionaryAutoSaveCheck");
- if (this.autoSaveCheckNode){
- if (this.autoSaveCheckNode.get("checked")){
- this.save();
- }
- }
- }.bind(this), 60000);
- },
- parseData: function(){
- this.json = this.data;
- if( !this.json.data.events ){
- var url = "/x_component_query_ViewDesigner/$View/view.json";
- MWF.getJSON(url, {
- "onSuccess": function(obj){
- this.json.data.events = obj.data.events;
- }.bind(this),
- "onerror": function(text){
- this.notice(text, "error");
- }.bind(this),
- "onRequestFailure": function(xhr){
- this.notice(xhr.responseText, "error");
- }.bind(this)
- },false);
- }
- },
- showProperty: function(){
- if (!this.property){
- this.property = new MWF.xApplication.query.ViewDesigner.Property(this, this.designer.propertyContentArea, this.designer, {
- "path": this.options.propertyPath,
- "onPostLoad": function(){
- this.property.show();
- }.bind(this)
- });
- this.property.load();
- }else{
- this.property.show();
- }
- },
- hideProperty: function(){
- if (this.property) this.property.hide();
- },
- load : function(){
- this.setAreaNodeSize();
- this.designer.addEvent("resize", this.setAreaNodeSize.bind(this));
- this.areaNode.inject(this.node);
- this.designer.viewListAreaNode.getChildren().each(function(node){
- var view = node.retrieve("view");
- if (view.id==this.data.id){
- if (this.designer.currentListViewItem){
- this.designer.currentListViewItem.setStyles(this.designer.css.listViewItem);
- }
- node.setStyles(this.designer.css.listViewItem_current);
- this.designer.currentListViewItem = node;
- this.lisNode = node;
- }
- }.bind(this));
- this.domListNode = new Element("div", {"styles": {"overflow": "hidden"}}).inject(this.designer.propertyDomArea);
- this.loadActionbar();
- this.loadView();
- this.selected();
- this.setEvent();
- //if (this.options.showTab) this.page.showTabIm();
- this.setViewWidth();
- this.designer.addEvent("resize", this.setViewWidth.bind(this));
- },
- setEvent: function(){
- this.areaNode.addEvent("click", this.selected.bind(this));
- this.refreshNode.addEvent("click", function(e){
- this.loadViewData();
- e.stopPropagation();
- }.bind(this));
- this.addColumnNode.addEvent("click", function(e){
- this.addColumn();
- e.stopPropagation();
- }.bind(this));
- },
- loadViewData: function(){
- if (this.data.id){
- this.saveSilence(function(){
- this.viewContentBodyNode.empty();
- this.viewContentTableNode = new Element("table", {
- "styles": this.css.viewContentTableNode,
- "border": "0px",
- "cellPadding": "0",
- "cellSpacing": "0"
- }).inject(this.viewContentBodyNode);
- this.designer.actions.loadView(this.data.id, null,function(json){
- var entries = {};
- json.data.selectList.each(function(entry){entries[entry.column] = entry;}.bind(this));
- if (this.json.data.group.column){
- if (json.data.groupGrid.length){
- var groupColumn = null;
- for (var c = 0; c<json.data.selectList.length; c++){
- if (json.data.selectList[c].column === json.data.group.column){
- groupColumn = json.data.selectList[c];
- break;
- }
- }
- json.data.groupGrid.each(function(line, idx){
- var groupTr = new Element("tr", {"styles": this.css.viewContentTrNode}).inject(this.viewContentTableNode);
- var colSpan = this.items.length ;
- var td = new Element("td", {"styles": this.css.viewContentGroupTdNode, "colSpan": colSpan}).inject(groupTr);
- var groupAreaNode = new Element("div", {"styles": this.css.viewContentTdGroupNode}).inject(td);
- var groupIconNode = new Element("div", {"styles": this.css.viewContentTdGroupIconNode}).inject(groupAreaNode);
- var groupTextNode = new Element("div", {"styles": this.css.viewContentTdGroupTextNode}).inject(groupAreaNode);
- if (groupColumn){
- //groupTextNode.set("text", (groupColumn.code) ? MWF.Macro.exec(groupColumn.code, {"value": line.group, "gridData": json.data.groupGrid, "data": json.data, "entry": line}) : line.group);
- groupTextNode.set("text", line.group);
- }else{
- groupTextNode.set("text", line.group);
- }
- var subtrs = [];
- line.list.each(function(entry){
- var tr = new Element("tr", {"styles": this.css.viewContentTrNode}).inject(this.viewContentTableNode);
- tr.setStyle("display", "none");
- //this.createViewCheckboxTd( tr );
- var td = new Element("td", {"styles": this.css.viewContentTdNode}).inject(tr);
- Object.each(entries, function(c, k){
- var d = entry.data[k];
- if (d!=undefined){
- if (k!=this.json.data.group.column){
- var td = new Element("td", {"styles": this.css.viewContentTdNode}).inject(tr);
- //td.set("text", (entries[k].code) ? MWF.Macro.exec(entries[k].code, {"value": d, "gridData": json.data.groupGrid, "data": json.data, "entry": entry}) : d);
- if (c.isHtml){
- td.set("html", d);
- }else{
- td.set("text", d);
- }
- }
- }
- }.bind(this));
- // Object.each(entry.data, function(d, k){
- // if (k!=this.json.data.group.column){
- // var td = new Element("td", {"styles": this.css.viewContentTdNode}).inject(tr);
- // td.set("text", (entries[k].code) ? MWF.Macro.exec(entries[k].code, {"value": d, "gridData": json.data.groupGrid, "data": json.data, "entry": entry}) : d);
- // }
- // }.bind(this));
- subtrs.push(tr)
- }.bind(this));
- groupAreaNode.store("subtrs", subtrs);
- var _self = this;
- groupAreaNode.addEvent("click", function(){
- var subtrs = this.retrieve("subtrs");
- var iconNode = groupAreaNode.getFirst("div");
- if (subtrs[0]){
- if (subtrs[0].getStyle("display")=="none"){
- subtrs.each(function(subtr){ subtr.setStyle("display", "table-row"); });
- iconNode.setStyle("background", "url("+"/x_component_process_ViewDesigner/$View/default/icon/down.png) center center no-repeat");
- }else{
- subtrs.each(function(subtr){ subtr.setStyle("display", "none"); });
- iconNode.setStyle("background", "url("+"/x_component_process_ViewDesigner/$View/default/icon/right.png) center center no-repeat");
- }
- }
- _self.setContentHeight();
- });
- }.bind(this));
- this.setContentColumnWidth();
- this.setContentHeight();
- }
- }else{
- if (json.data.grid.length){
- json.data.grid.each(function(line, idx){
- var tr = new Element("tr", {"styles": this.css.viewContentTrNode}).inject(this.viewContentTableNode);
- //this.createViewCheckboxTd( tr );
- Object.each(entries, function(c, k){
- var d = line.data[k];
- if (d!=undefined){
- var td = new Element("td", {"styles": this.css.viewContentTdNode}).inject(tr);
- //td.set("text", (entries[k].code) ? MWF.Macro.exec(entries[k].code, {"value": d, "gridData": json.data.grid, "data": json.data, "entry": line}) : d);
- if (c.isHtml){
- td.set("html", d);
- }else{
- td.set("text", d);
- }
- //td.set("text", d);
- }
- }.bind(this));
- // Object.each(line.data, function(d, k){
- // var td = new Element("td", {"styles": this.css.viewContentTdNode}).inject(tr);
- // td.set("text", (entries[k].code) ? MWF.Macro.exec(entries[k].code, {"value": d, "gridData": json.data.grid, "data": json.data, "entry": line}) : d);
- // }.bind(this));
- }.bind(this));
- this.setContentColumnWidth();
- this.setContentHeight();
- }
- }
- }.bind(this));
- //this.getLookupAction(function(){
- // this.lookupAction.invoke({"name": "lookup","async": true, "parameter": {"id": this.data.id},"success": function(json){
- // if (json.data.length){
- // json.data.each(function(line, idx){
- // var tr = new Element("tr", {"styles": this.css.viewContentTrNode}).inject(this.viewContentTableNode);
- // line.each(function(cell, i){
- // var td = new Element("td", {"styles": this.css.viewContentTdNode}).inject(tr);
- // td.set("text", cell);
- // }.bind(this));
- // }.bind(this));
- // this.setContentColumnWidth();
- // this.setContentHeight();
- // }
- // }.bind(this)});
- //}.bind(this));
- }.bind(this));
- }
- },
- setContentColumnWidth: function(){
- var titleTds = this.viewTitleTrNode.getElements("td");
- var widthList = [];
- titleTds.each(function(td){widthList.push(td.getSize().x);});
- var flag = false;
- if (this.viewContentTableNode){
- trs = this.viewContentTableNode.getElements("tr");
- for (var i=0; i<trs.length; i++){
- var tr = trs[i];
- var tds = tr.getElements("td");
- tds.each(function(contentTd, i){
- if (contentTd.get("colSpan")==1){
- contentTd.setStyle("width", ""+widthList[i]+"px");
- flag = true;
- }
- });
- if (flag) break;
- }
- //var tr = this.viewContentTableNode.getFirst("tr");
- //if (tr){
- // var tds = tr.getElements("td");
- // tds.each(function(contentTd, i){
- // if (!contentTd.get("colSpan")){
- // contentTd.setStyle("width", ""+widthList[i]+"px");
- // }
- // });
- //}
- }
- },
- //getLookupAction: function(callback){
- // if (!this.lookupAction){
- // MWF.require("MWF.xDesktop.Actions.RestActions", function(){
- // this.lookupAction = new MWF.xDesktop.Actions.RestActions("", "x_processplatform_assemble_surface_lookup", "");
- // this.lookupAction.getActions = function(actionCallback){
- //
- // this.actions = {"lookup": {"uri": "/jaxrs/view/{id}"}};
- // if (actionCallback) actionCallback();
- // }
- // if (callback) callback();
- // }.bind(this));
- // }else{
- // if (callback) callback();
- // }
- //},
- addColumn: function(){
- MWF.require("MWF.widget.UUID", function(){
- var id = (new MWF.widget.UUID).id;
- var json = {
- "id": id,
- "column": id,
- "displayName": this.designer.lp.unnamed,
- "orderType": "original"
- };
- if (!this.json.data.selectList) this.json.data.selectList = [];
- this.json.data.selectList.push(json);
- var column = new MWF.xApplication.query.ViewDesigner.View.Column(json, this);
- this.items.push(column);
- column.selected();
- if (this.viewContentTableNode){
- var trs = this.viewContentTableNode.getElements("tr");
- trs.each(function(tr){
- new Element("td", {"styles": this.css.viewContentTdNode}).inject(tr)
- }.bind(this));
- //this.setContentColumnWidth();
- }
- this.setViewWidth();
- this.addColumnNode.scrollIntoView(true);
- }.bind(this));
- //new Fx.Scroll(this.view.areaNode, {"wheelStops": false, "duration": 0}).toRight();
- },
- selected: function(){
- if (this.currentSelectedModule){
- if (this.currentSelectedModule==this){
- return true;
- }else{
- this.currentSelectedModule.unSelected();
- }
- }
- this.currentSelectedModule = this;
- this.showProperty();
- },
- unSelected: function(){
- this.currentSelectedModule = null;
- this.hideProperty();
- },
- loadViewNodes: function(){
- this.viewAreaNode = new Element("div#viewAreaNode", {"styles": this.css.viewAreaNode}).inject(this.areaNode);
- this.viewTitleNode = new Element("div#viewTitleNode", {"styles": this.css.viewTitleNode}).inject(this.viewAreaNode);
- this.refreshNode = new Element("div", {"styles": this.css.refreshNode}).inject(this.viewTitleNode);
- this.addColumnNode = new Element("div", {"styles": this.css.addColumnNode}).inject(this.viewTitleNode);
- this.viewTitleContentNode = new Element("div", {"styles": this.css.viewTitleContentNode}).inject(this.viewTitleNode);
- this.viewTitleTableNode = new Element("table", {
- "styles": this.css.viewTitleTableNode,
- "border": "0px",
- "cellPadding": "0",
- "cellSpacing": "0"
- }).inject(this.viewTitleContentNode);
- this.viewTitleTrNode = new Element("tr", {"styles": this.css.viewTitleTrNode}).inject(this.viewTitleTableNode);
- this.viewContentScrollNode = new Element("div", {"styles": this.css.viewContentScrollNode}).inject(this.viewAreaNode);
- this.viewContentNode = new Element("div", {"styles": this.css.viewContentNode}).inject(this.viewContentScrollNode);
- MWF.require("MWF.widget.ScrollBar", function(){
- new MWF.widget.ScrollBar(this.viewContentScrollNode, {"style": "view", "distance": 100, "indent": false});
- }.bind(this));
- this.contentLeftNode = new Element("div", {"styles": this.css.contentLeftNode}).inject(this.viewContentNode);
- this.contentRightNode = new Element("div", {"styles": this.css.contentRightNode}).inject(this.viewContentNode);
- this.viewContentBodyNode = new Element("div", {"styles": this.css.viewContentBodyNode}).inject(this.viewContentNode);
- this.viewContentTableNode = new Element("table", {
- "styles": this.css.viewContentTableNode,
- "border": "0px",
- "cellPadding": "0",
- "cellSpacing": "0"
- }).inject(this.viewContentBodyNode);
- },
- setContentHeight: function(){
- var size = this.areaNode.getSize();
- var titleSize = this.viewTitleNode.getSize();
- var actionbarSize = this.actionbarNode ? this.actionbarNode.getSize() : {x:0, y:0};
- var height = size.y-titleSize.y-actionbarSize.y-2;
- this.viewContentScrollNode.setStyle("height", height);
- var contentSize = this.viewContentBodyNode.getSize();
- if (height<contentSize.y) height = contentSize.y+10;
- this.viewContentNode.setStyle("height", height);
- this.contentLeftNode.setStyle("height", height);
- this.contentRightNode.setStyle("height", height);
- //this.viewContentBodyNode.setStyle("min-height", height);
- },
- loadViewColumns: function(){
- // for (var i=0; i<10; i++){
- if (this.json.data.selectList) {
- this.json.data.selectList.each(function (json) {
- this.items.push(new MWF.xApplication.query.ViewDesigner.View.Column(json, this));
- }.bind(this));
- }
- // }
- },
- loadViewSelectAllNode : function(){
- var _self = this;
- var td = new Element("td.viewTitleCheckboxTd",{ "styles": this.css.viewTitleColumnAreaNode }).inject( this.viewTitleTrNode );
- td.setStyles({
- "width":"30px", "text-align" : "center",
- "display" : this.json.data.selectAllEnable ? "table-cell" : "none"
- });
- new Element("input",{
- "type" : "checkbox",
- "events" : {
- "change" : function(){
- _self.viewContentTableNode.getElements(".viewContentCheckbox").set("checked", this.checked )
- }
- }
- }).inject(td);
- },
- createViewCheckboxTd : function( tr ){
- var td = new Element("td.viewContentCheckboxTd", {"styles": this.css.viewContentTdNode}).inject(tr, "top");
- td.setStyles({
- "width":"30px", "text-align" : "center",
- "display" : this.json.data.selectAllEnable ? "table-cell" : "none"
- });
- new Element("input.viewContentCheckbox",{
- "type" : "checkbox"
- }).inject(td);
- },
- loadView: function(){
- this.loadViewNodes();
- //this.loadViewSelectAllNode();
- this.loadViewColumns();
- // this.addTopItemNode.addEvent("click", this.addTopItem.bind(this));
- },
- loadActionbar: function(){
- this.actionbarNode = new Element("div#actionbarNode", {"styles": this.css.actionbarNode}).inject(this.areaNode);
- this.actionbarList = [];
- if( !this.json.data.actionbarHidden ){
- this.showActionbar( true );
- }
- },
- hideActionbar : function(){
- this.actionbarNode.hide();
- this.setContentHeight();
- },
- showActionbar : function( noSetHeight ){
- this.actionbarNode.show();
- if( !this.json.data.actionbarList )this.json.data.actionbarList = [];
- if( !this.actionbarList || this.actionbarList.length == 0 ){
- if( this.json.data.actionbarList.length ){
- this.json.data.actionbarList.each( function(json){
- this.actionbarList.push( new MWF.xApplication.query.ViewDesigner.View.Actionbar( json, this.json.data.actionbarList, this) )
- }.bind(this));
- }else{
- this.actionbarList.push( new MWF.xApplication.query.ViewDesigner.View.Actionbar( null, this.json.data.actionbarList, this) )
- }
- }
- if( !noSetHeight )this.setContentHeight();
- },
- setViewWidth: function(){
- this.viewAreaNode.setStyle("width", "auto");
- this.viewTitleNode.setStyle("width", "auto");
- var s1 = this.viewTitleTableNode.getSize();
- var s2 = this.refreshNode.getSize();
- var s3 = this.addColumnNode.getSize();
- var width = s1.x+s2.x+s2.x;
- var size = this.areaNode.getSize();
- if (width>size.x){
- this.viewTitleNode.setStyle("width", ""+width+"px");
- this.viewAreaNode.setStyle("width", ""+width+"px");
- }else{
- this.viewTitleNode.setStyle("width", ""+size.x+"px");
- this.viewAreaNode.setStyle("width", ""+size.x+"px");
- }
- this.setContentColumnWidth();
- this.setContentHeight();
- },
- //setPropertyContent: function(){
- // this.designer.propertyIdNode.set("text", this.data.id);
- // this.designer.propertyNameNode.set("value", this.data.name);
- // this.designer.propertyAliasNode.set("value", this.data.alias);
- // this.designer.propertyDescriptionNode.set("value", this.data.description);
- //
- // this.designer.jsonDomNode.empty();
- // MWF.require("MWF.widget.JsonParse", function(){
- // this.jsonParse = new MWF.widget.JsonParse(this.data.data, this.designer.jsonDomNode, this.designer.jsonTextAreaNode);
- // window.setTimeout(function(){
- // this.jsonParse.load();
- // }.bind(this), 1);
- // }.bind(this));
- //},
- setAreaNodeSize: function(){
- //var size = this.node.getSize();
- ////var tabSize = this.tab.tabNodeContainer.getSize();
- //var tabSize = this.node.getSize();
- //var y = size.y - tabSize.y;
- //this.areaNode.setStyle("height", ""+y+"px");
- //if (this.editor) if (this.editor.editor) this.editor.editor.resize();
- },
- // createRootItem: function() {
- // this.items.push(new MWF.xApplication.process.DictionaryDesigner.Dictionary.item("ROOT", this.data.data, null, 0, this, true));
- // },
- saveSilence: function(callback){
- if (!this.data.name){
- this.designer.notice(this.designer.lp.notice.inputName, "error");
- return false;
- }
- this.designer.actions.saveView(this.data, function(json){
- this.data.id = json.data.id;
- //this.page.textNode.set("text", this.data.name);
- if (this.lisNode) {
- this.lisNode.getLast().set("text", this.data.name+"("+this.data.alias+")");
- }
- if (callback) callback();
- }.bind(this));
- },
- save: function(callback){
- //if (this.designer.tab.showPage==this.page){
- if (!this.data.name){
- this.designer.notice(this.designer.lp.notice.inputName, "error");
- return false;
- }
- //}
- this.designer.actions.saveView(this.data, function(json){
- this.designer.notice(this.designer.lp.notice.save_success, "success", this.node, {"x": "left", "y": "bottom"});
- this.data.id = json.data.id;
- //this.page.textNode.set("text", this.data.name);
- if (this.lisNode) {
- this.lisNode.getLast().set("text", this.data.name+"("+this.data.alias+")");
- }
- if (callback) callback();
- }.bind(this));
- },
- explode: function(){},
- implode: function(){},
- _setEditStyle: function(name, input, oldValue){
- if (name=="type"){
- this.items.each(function(item){
- if (item.property){
- var processDiv = item.property.propertyContent.getElements("#"+item.json.id+"dataPathSelectedProcessArea");
- var cmsDiv = item.property.propertyContent.getElements("#"+item.json.id+"dataPathSelectedCMSArea");
- if (this.json[name]=="cms"){
- cmsDiv.setStyle("display", "block");
- processDiv.setStyle("display", "none");
- }else{
- cmsDiv.setStyle("display", "none");
- processDiv.setStyle("display", "block");
- }
- }
- }.bind(this));
- }
- if( name=="data.actionbarHidden" ){
- if( this.json.data.actionbarHidden ){
- this.hideActionbar()
- }else{
- this.showActionbar()
- }
- }
- if( name=="data.selectAllEnable" ){
- if( this.json.data.selectAllEnable ){
- this.viewTitleTrNode.getElement(".viewTitleCheckboxTd").setStyle("display","table-cell");
- this.viewContentTableNode.getElements(".viewContentCheckboxTd").setStyle("display","table-cell");
- }else{
- this.viewTitleTrNode.getElement(".viewTitleCheckboxTd").setStyle("display","none");
- this.viewContentTableNode.getElements(".viewContentCheckboxTd").setStyle("display","none");
- }
- }
- },
- saveAs: function(){
- var form = new MWF.xApplication.query.ViewDesigner.View.NewNameForm(this, {
- name : this.data.name + "_" + MWF.xApplication.query.ViewDesigner.LP.copy,
- query : this.data.query || this.data.application,
- queryName : this.data.queryName || this.data.applicationName
- }, {
- onSave : function( data, callback ){
- this._saveAs( data, callback );
- }.bind(this)
- }, {
- app: this.designer
- });
- form.edit()
- },
- cloneObject : function( obj ){
- if (null == obj || "object" != typeof obj) return obj;
- if ( typeof obj.length==='number'){ //数组
- //print( "array" );
- var copy = [];
- for (var i = 0, len = obj.length; i < len; ++i) {
- copy[i] = this.cloneObject(obj[i]);
- }
- return copy;
- }else{
- var copy = {};
- for (var attr in obj) {
- copy[attr] = this.cloneObject(obj[attr]);
- }
- return copy;
- }
- },
- _saveAs : function( data , callback){
- var _self = this;
- var d = this.cloneObject( this.data );
- d.isNewView = true;
- d.id = this.designer.actions.getUUID();
- d.name = data.name;
- d.alias = "";
- d.query = data.query;
- d.queryName = data.queryName;
- d.application = data.query;
- d.applicationName = data.queryName;
- d.pid = d.id + d.id;
- delete d[this.data.id+"viewFilterType"];
- d[d.id+"viewFilterType"]="custom";
- d.data.selectList.each( function( entry ){
- entry.id = (new MWF.widget.UUID).id;
- }.bind(this));
- this.designer.actions.saveView(d, function(json){
- this.designer.notice(this.designer.lp.notice.saveAs_success, "success", this.node, {"x": "left", "y": "bottom"});
- if (callback) callback();
- }.bind(this));
- }
- });
- MWF.xApplication.query.ViewDesigner.View.Column = new Class({
- initialize: function(json, view, next){
- this.propertyPath = "/x_component_query_ViewDesigner/$View/column.html";
- this.view = view;
- this.json = json;
- this.next = next;
- this.css = this.view.css;
- this.content = this.view.viewTitleTrNode;
- this.domListNode = this.view.domListNode;
- this.load();
- },
- load: function(){
- this.areaNode = new Element("td", {"styles": this.css.viewTitleColumnAreaNode});
- this.areaNode.store("column", this);
- if (this.next){
- this.areaNode.inject(this.next.areaNode, "before");
- }else{
- this.areaNode.inject(this.content);
- }
- this.node = new Element("div", {
- "styles": this.css.viewTitleColumnNode
- }).inject(this.areaNode);
- this.textNode = new Element("div", {
- "styles": this.css.viewTitleColumnTextNode,
- "text": this.json.displayName
- }).inject(this.node);
- this.createDomListItem();
- this._createIconAction();
- //if (!this.json.export) this.hideMode();
- this.setEvent();
- },
- createDomListItem: function(){
- this.listNode = new Element("div", {"styles": this.css.cloumnListNode});
- if (this.next){
- this.listNode.inject(this.next.listNode, "before");
- }else{
- this.listNode.inject(this.domListNode);
- }
- var listIconNode = new Element("div", {"styles": this.css.cloumnListIconNode}).inject(this.listNode);
- var listTextNode = new Element("div", {"styles": this.css.cloumnListTextNode}).inject(this.listNode);
- this.resetTextNode();
- },
- setEvent: function(){
- this.node.addEvents({
- "click": function(e){this.selected(); e.stopPropagation();}.bind(this),
- "mouseover": function(){if (!this.isSelected) this.node.setStyles(this.css.viewTitleColumnNode_over)}.bind(this),
- "mouseout": function(){if (!this.isSelected) if (this.isError){
- this.node.setStyles(this.css.viewTitleColumnNode_error)
- }else{
- this.node.setStyles(this.css.viewTitleColumnNode)
- }}.bind(this)
- });
- this.listNode.addEvents({
- "click": function(e){this.selected(); e.stopPropagation();}.bind(this),
- "mouseover": function(){debugger; if (!this.isSelected) this.listNode.setStyles(this.css.cloumnListNode_over)}.bind(this),
- "mouseout": function(){if (!this.isSelected) this.listNode.setStyles(this.css.cloumnListNode)}.bind(this)
- });
- },
- _createIconAction: function(){
- if (!this.actionArea){
- this.actionArea = new Element("div", {"styles": this.css.actionAreaNode}).inject(this.view.areaNode, "after");
- this._createAction({
- "name": "move",
- "icon": "move1.png",
- "event": "mousedown",
- "action": "move",
- "title": MWF.APPDVD.LP.action.move
- });
- this._createAction({
- "name": "add",
- "icon": "add.png",
- "event": "click",
- "action": "addColumn",
- "title": MWF.APPDVD.LP.action.add
- });
- this._createAction({
- "name": "delete",
- "icon": "delete1.png",
- "event": "click",
- "action": "delete",
- "title": MWF.APPDVD.LP.action["delete"]
- });
- }
- },
- _createAction: function(action){
- var actionNode = new Element("div", {
- "styles": this.css.actionNodeStyles,
- "title": action.title
- }).inject(this.actionArea);
- actionNode.setStyle("background", "url("+this.view.path+this.view.options.style+"/action/"+action.icon+") no-repeat left center");
- actionNode.addEvent(action.event, function(e){
- this[action.action](e);
- }.bind(this));
- actionNode.addEvents({
- "mouseover": function(e){
- e.target.setStyle("border", "1px solid #999");
- }.bind(this),
- "mouseout": function(e){
- e.target.setStyle("border", "1px solid #F1F1F1");
- }.bind(this)
- });
- },
- _setActionAreaPosition: function(){
- var p = this.node.getPosition(this.view.areaNode.getOffsetParent());
- var y = p.y-25;
- var x = p.x;
- this.actionArea.setPosition({"x": x, "y": y});
- },
- _showActions: function(){
- if (this.actionArea){
- this._setActionAreaPosition();
- this.actionArea.setStyle("display", "block");
- }
- },
- _hideActions: function(){
- if (this.actionArea) this.actionArea.setStyle("display", "none");
- },
- selected: function(){
- if (this.view.currentSelectedModule){
- if (this.view.currentSelectedModule==this){
- return true;
- }else{
- this.view.currentSelectedModule.unSelected();
- }
- }
- this.node.setStyles(this.css.viewTitleColumnNode_selected);
- this.listNode.setStyles(this.css.cloumnListNode_selected);
- new Fx.Scroll(this.view.areaNode, {"wheelStops": false, "duration": 100}).toElementEdge(this.node);
- new Fx.Scroll(this.view.designer.propertyDomArea, {"wheelStops": false, "duration": 100}).toElement(this.listNode);
- this.view.currentSelectedModule = this;
- this.isSelected = true;
- this._showActions();
- this.showProperty();
- },
- unSelected: function(){
- this.view.currentSelectedModule = null;
- //this.node.setStyles(this.css.viewTitleColumnNode);
- if (this.isError){
- this.node.setStyles(this.css.viewTitleColumnNode_error)
- }else{
- this.node.setStyles(this.css.viewTitleColumnNode)
- }
- this.listNode.setStyles(this.css.cloumnListNode);
- this.isSelected = false;
- this._hideActions();
- this.hideProperty();
- },
- showProperty: function(){
- if (!this.property){
- this.property = new MWF.xApplication.query.ViewDesigner.Property(this, this.view.designer.propertyContentArea, this.view.designer, {
- "path": this.propertyPath,
- "onPostLoad": function(){
- this.property.show();
- var processDiv = this.property.propertyContent.getElements("#"+this.json.id+"dataPathSelectedProcessArea");
- var cmsDiv = this.property.propertyContent.getElements("#"+this.json.id+"dataPathSelectedCMSArea");
- if (this.view.json.type=="cms"){
- processDiv.setStyle("display", "none");
- cmsDiv.setStyle("display", "block");
- }else{
- processDiv.setStyle("display", "block");
- cmsDiv.setStyle("display", "none");
- }
- }.bind(this)
- });
- this.property.load();
- }else{
- this.property.show();
- }
- },
- hideProperty: function(){
- if (this.property) this.property.hide();
- },
- _setEditStyle: function(name, input, oldValue){
- if (name=="displayName") this.resetTextNode();
- if (name=="selectType") this.resetTextNode();
- if (name=="attribute") this.resetTextNode();
- if (name=="path") this.resetTextNode();
- if (name=="column"){
- this.view.json.data.orderList.each(function(order){
- if (order.column==oldValue) order.column = this.json.column
- }.bind(this));
- if (this.view.json.data.group.column == oldValue) this.view.json.data.group.column = this.json.column;
- }
- },
- resetTextNode: function(){
- var listText = (this.json.selectType=="attribute") ? (this.json.attribute || "") : (this.json.path || "");
- if (!listText) listText = "unnamed";
- this.textNode.set("text", this.json.displayName);
- this.listNode.getLast().set("text", this.json.displayName+"("+listText+")");
- },
- "delete": function(e){
- var _self = this;
- if (!e) e = this.node;
- this.view.designer.confirm("warn", e, MWF.APPDVD.LP.notice.deleteColumnTitle, MWF.APPDVD.LP.notice.deleteColumn, 300, 120, function(){
- _self.destroy();
- this.close();
- }, function(){
- this.close();
- }, null);
- },
- destroy: function(){
- if (this.view.currentSelectedModule==this) this.view.currentSelectedModule = null;
- if (this.actionArea) this.actionArea.destroy();
- if (this.listNode) this.listNode.destroy();
- if (this.property) this.property.propertyContent.destroy();
- var idx = this.view.items.indexOf(this);
- if (this.view.viewContentTableNode){
- var trs = this.view.viewContentTableNode.getElements("tr");
- trs.each(function(tr){
- tr.deleteCell(idx);
- }.bind(this));
- }
- if (this.view.json.data.selectList) this.view.json.data.selectList.erase(this.json);
- if (this.view.json.data.calculate) if (this.view.json.data.calculate.calculateList) this.view.json.data.calculate.calculateList.erase(this.json);
- this.view.items.erase(this);
- if (this.view.property) this.view.property.loadStatColumnSelect();
- this.areaNode.destroy();
- this.view.selected();
- this.view.setViewWidth();
- MWF.release(this);
- delete this;
- },
- addColumn: function(e, data){
- MWF.require("MWF.widget.UUID", function(){
- var json;
- if (data){
- json = Object.clone(data);
- json.id = (new MWF.widget.UUID).id;
- json.column = (new MWF.widget.UUID).id;
- }else{
- var id = (new MWF.widget.UUID).id;
- json = {
- "id": id,
- "column": id,
- "displayName": this.view.designer.lp.unnamed,
- "orderType": "original"
- };
- }
- var idx = this.view.json.data.selectList.indexOf(this.json);
- this.view.json.data.selectList.splice(idx, 0, json);
- var column = new MWF.xApplication.query.ViewDesigner.View.Column(json, this.view, this);
- this.view.items.splice(idx, 0, column);
- column.selected();
- if (this.view.viewContentTableNode){
- var trs = this.view.viewContentTableNode.getElements("tr");
- trs.each(function(tr){
- var td = tr.insertCell(idx);
- td.setStyles(this.css.viewContentTdNode);
- }.bind(this));
- }
- this.view.setViewWidth();
- }.bind(this));
- },
- move: function(e){
- var columnNodes = [];
- this.view.items.each(function(item){
- if (item!=this){
- columnNodes.push(item.areaNode);
- }
- }.bind(this));
- this._createMoveNode();
- this._setNodeMove(columnNodes, e);
- },
- _createMoveNode: function(){
- this.moveNode = new Element("div", {"text": this.node.get("text")});
- this.moveNode.inject(this.view.designer.content);
- this.moveNode.setStyles({
- "border": "2px dashed #ffa200",
- "opacity": 0.7,
- "height": "30px",
- "line-height": "30px",
- "padding": "0px 10px",
- "position": "absolute"
- });
- },
- _setMoveNodePosition: function(e){
- var x = e.page.x+2;
- var y = e.page.y+2;
- this.moveNode.positionTo(x, y);
- },
- createMoveFlagNode: function(){
- this.moveFlagNode = new Element("td", {"styles": this.css.moveFlagNode});
- },
- _setNodeMove: function(droppables, e){
- this._setMoveNodePosition(e);
- var movePosition = this.moveNode.getPosition();
- var moveSize = this.moveNode.getSize();
- var contentPosition = this.content.getPosition();
- var contentSize = this.content.getSize();
- var nodeDrag = new Drag.Move(this.moveNode, {
- "droppables": droppables,
- "limit": {
- "x": [contentPosition.x, contentPosition.x+contentSize.x],
- "y": [movePosition.y, movePosition.y+moveSize.y]
- },
- "onEnter": function(dragging, inObj){
- if (!this.moveFlagNode) this.createMoveFlagNode();
- this.moveFlagNode.inject(inObj, "before");
- }.bind(this),
- "onLeave": function(dragging, inObj){
- if (this.moveFlagNode){
- this.moveFlagNode.dispose();
- }
- }.bind(this),
- "onDrop": function(dragging, inObj){
- if (inObj){
- this.areaNode.inject(inObj, "before");
- var column = inObj.retrieve("column");
- this.listNode.inject(column.listNode, "before");
- var idx = this.view.json.data.selectList.indexOf(column.json);
- this.view.json.data.selectList.erase(this.json);
- this.view.items.erase(this);
- this.view.json.data.selectList.splice(idx, 0, this.json);
- this.view.items.splice(idx, 0, this);
- if (this.moveNode) this.moveNode.destroy();
- if (this.moveFlagNode) this.moveFlagNode.destroy();
- this._setActionAreaPosition();
- }else{
- if (this.moveNode) this.moveNode.destroy();
- if (this.moveFlagNode) this.moveFlagNode.destroy();
- }
- }.bind(this),
- "onCancel": function(dragging){
- if (this.moveNode) this.moveNode.destroy();
- if (this.moveFlagNode) this.moveFlagNode.destroy();
- }.bind(this)
- });
- nodeDrag.start(e);
- }
- //hideMode: function(){
- // if (!this.columnHideFlagNode){
- // this.columnHideFlagNode = new Element("div", {"styles": this.view.css.columnHideFlagNode}).inject(this.node);
- // }
- //},
- //showMode: function(){
- // if (this.columnHideFlagNode) this.columnHideFlagNode.destroy();
- // this.columnHideFlagNode = null;
- //}
- });
- MWF.require("MWF.widget.Toolbar", null, false);
- MWF.xApplication.query.ViewDesigner.View.Actionbar = new Class({
- Implements: [Options, Events],
- options : {
- "style" : "default",
- "customImageStyle" : "default"
- },
- initialize: function(json, jsonList, view, options){
- this.setOptions( options );
- this.propertyPath = "/x_component_query_ViewDesigner/$View/actionbar.html";
- this.path = "/x_component_query_ViewDesigner/$View/";
- this.imagePath_default = "/x_component_query_ViewDesigner/$View/";
- this.imagePath_custom = "/x_component_process_FormDesigner/Module/Actionbar/";
- this.cssPath = "/x_component_query_ViewDesigner/$View/"+this.options.style+"/actionbar.wcss";
- this.view = view;
- this.json = json;
- this.jsonList = jsonList;
- this.css = this.view.css;
- this.container = this.view.actionbarNode;
- this.load();
- },
- load: function(){
- this.systemTools = [];
- this.customTools = [];
- if( !this.json ){
- this.loadDefaultJson(function(){
- this._load()
- }.bind(this));
- }else{
- this._load()
- }
- },
- _load : function(){
- this._createNode();
- //this._createIconAction();
- //if (!this.json.export) this.hideMode();
- this.setEvent();
- },
- loadDefaultJson: function(callback){
- var url = this.path+"actionbar.json";
- MWF.getJSON(url, {
- "onSuccess": function(obj){
- this.view.designer.actions.getUUID(function(id){
- obj.id=id;
- //obj.isNewView = true;
- //obj.application = this.view.designer.application.id;
- this.json = obj;
- this.jsonList.push( this.json );
- if (callback) callback(obj);
- }.bind(this));
- }.bind(this),
- "onerror": function(text){
- this.view.designer.notice(text, "error");
- }.bind(this),
- "onRequestFailure": function(xhr){
- this.view.designer.notice(xhr.responseText, "error");
- }.bind(this)
- });
- },
- setEvent: function(){
- this.node.addEvents({
- "click": function(e){this.selected(); e.stopPropagation();}.bind(this),
- "mouseover": function(){if (!this.isSelected) this.node.setStyles(this.css.toolbarWarpNode_over)}.bind(this),
- "mouseout": function(){if (!this.isSelected) this.node.setStyles(this.css.toolbarWarpNode) }.bind(this)
- });
- },
- //_createIconAction: function(){
- // if (!this.actionArea){
- // this.actionArea = new Element("div", {"styles": this.css.actionAreaNode}).inject(this.container, "after");
- //
- // //this._createAction({
- // // "name": "move",
- // // "icon": "move1.png",
- // // "event": "mousedown",
- // // "action": "move",
- // // "title": MWF.APPDVD.LP.action.move
- // //});
- // //this._createAction({
- // // "name": "add",
- // // "icon": "add.png",
- // // "event": "click",
- // // "action": "addColumn",
- // // "title": MWF.APPDVD.LP.action.add
- // //});
- // this._createAction({
- // "name": "delete",
- // "icon": "delete1.png",
- // "event": "click",
- // "action": "delete",
- // "title": MWF.APPDVD.LP.action["delete"]
- // });
- // }
- //},
- //_createAction: function(action){
- // var actionNode = new Element("div", {
- // "styles": this.css.actionNodeStyles,
- // "title": action.title
- // }).inject(this.actionArea);
- // actionNode.setStyle("background", "url("+this.view.path+this.view.options.style+"/action/"+action.icon+") no-repeat left center");
- // actionNode.addEvent(action.event, function(e){
- // this[action.action](e);
- // }.bind(this));
- // actionNode.addEvents({
- // "mouseover": function(e){
- // e.target.setStyle("border", "1px solid #999");
- // }.bind(this),
- // "mouseout": function(e){
- // e.target.setStyle("border", "1px solid #F1F1F1");
- // }.bind(this)
- // });
- //},
- //_setActionAreaPosition: function(){
- // var p = this.node.getPosition(this.view.areaNode.getOffsetParent());
- // var y = p.y-25;
- // var x = p.x;
- // this.actionArea.setPosition({"x": x, "y": y});
- //},
- //_showActions: function(){
- // if (this.actionArea){
- // this._setActionAreaPosition();
- // this.actionArea.setStyle("display", "block");
- // }
- //},
- //_hideActions: function(){
- // if (this.actionArea) this.actionArea.setStyle("display", "none");
- //},
- selected: function(){
- if (this.view.currentSelectedModule){
- if (this.view.currentSelectedModule==this){
- return true;
- }else{
- this.view.currentSelectedModule.unSelected();
- }
- }
- this.node.setStyles(this.css.toolbarWarpNode_selected);
- //this.listNode.setStyles(this.css.cloumnListNode_selected);
- new Fx.Scroll(this.view.areaNode, {"wheelStops": false, "duration": 100}).toElementEdge(this.node);
- //new Fx.Scroll(this.view.designer.propertyDomArea, {"wheelStops": false, "duration": 100}).toElement(this.listNode);
- this.view.currentSelectedModule = this;
- this.isSelected = true;
- //this._showActions();
- this.showProperty();
- },
- unSelected: function(){
- this.view.currentSelectedModule = null;
- this.node.setStyles(this.css.toolbarWarpNode)
- //this.listNode.setStyles(this.css.cloumnListNode);
- this.isSelected = false;
- //this._hideActions();
- this.hideProperty();
- },
- showProperty: function(){
- if (!this.property){
- this.property = new MWF.xApplication.query.ViewDesigner.Property(this, this.view.designer.propertyContentArea, this.view.designer, {
- "path": this.propertyPath,
- "onPostLoad": function(){
- this.property.show();
- //var processDiv = this.property.propertyContent.getElements("#"+this.json.id+"dataPathSelectedProcessArea");
- //var cmsDiv = this.property.propertyContent.getElements("#"+this.json.id+"dataPathSelectedCMSArea");
- //
- //if (this.view.json.type=="cms"){
- // processDiv.setStyle("display", "none");
- // cmsDiv.setStyle("display", "block");
- //}else{
- // processDiv.setStyle("display", "block");
- // cmsDiv.setStyle("display", "none");
- //}
- }.bind(this)
- });
- this.property.load();
- }else{
- this.property.show();
- }
- },
- hideProperty: function(){
- if (this.property) this.property.hide();
- },
- resetTextNode: function(){
- var listText = (this.json.selectType=="attribute") ? (this.json.attribute || "") : (this.json.path || "");
- if (!listText) listText = "unnamed";
- this.textNode.set("text", this.json.displayName);
- this.listNode.getLast().set("text", this.json.displayName+"("+listText+")");
- },
- //"delete": function(e){
- // var _self = this;
- // if (!e) e = this.node;
- // this.view.designer.confirm("warn", e, MWF.APPDVD.LP.notice.deleteColumnTitle, MWF.APPDVD.LP.notice.deleteColumn, 300, 120, function(){
- // _self.destroy();
- //
- // this.close();
- // }, function(){
- // this.close();
- // }, null);
- //},
- //destroy: function(){
- // if (this.view.currentSelectedModule==this) this.view.currentSelectedModule = null;
- // if (this.actionArea) this.actionArea.destroy();
- // if (this.listNode) this.listNode.destroy();
- // if (this.property) this.property.propertyContent.destroy();
- //
- // var idx = this.view.items.indexOf(this);
- //
- // if (this.view.viewContentTableNode){
- // var trs = this.view.viewContentTableNode.getElements("tr");
- // trs.each(function(tr){
- // tr.deleteCell(idx);
- // }.bind(this));
- // }
- //
- // if (this.view.json.data.selectList) this.view.json.data.selectList.erase(this.json);
- // if (this.view.json.data.calculate) if (this.view.json.data.calculate.calculateList) this.view.json.data.calculate.calculateList.erase(this.json);
- // this.view.items.erase(this);
- // if (this.view.property) this.view.property.loadStatColumnSelect();
- //
- // this.areaNode.destroy();
- // this.view.selected();
- //
- // this.view.setViewWidth();
- //
- // MWF.release(this);
- // delete this;
- //},
- //move: function(e){
- // this._createMoveNode();
- //
- // //this._setNodeMove(columnNodes, e);
- //},
- //_createMoveNode: function(){
- // this.moveNode = new Element("div", {"text": this.node.get("text")});
- // this.moveNode.inject(this.view.designer.content);
- // this.moveNode.setStyles({
- // "border": "2px dashed #ffa200",
- // "opacity": 0.7,
- // "height": "30px",
- // "line-height": "30px",
- // "padding": "0px 10px",
- // "position": "absolute"
- // });
- //},
- //_setMoveNodePosition: function(e){
- // var x = e.page.x+2;
- // var y = e.page.y+2;
- // this.moveNode.positionTo(x, y);
- //},
- //createMoveFlagNode: function(){
- // this.moveFlagNode = new Element("td", {"styles": this.css.moveFlagNode});
- //},
- //_setNodeMove: function(droppables, e){
- // this._setMoveNodePosition(e);
- // var movePosition = this.moveNode.getPosition();
- // var moveSize = this.moveNode.getSize();
- // var contentPosition = this.content.getPosition();
- // var contentSize = this.content.getSize();
- //
- // var nodeDrag = new Drag.Move(this.moveNode, {
- // "droppables": droppables,
- // "limit": {
- // "x": [contentPosition.x, contentPosition.x+contentSize.x],
- // "y": [movePosition.y, movePosition.y+moveSize.y]
- // },
- // "onEnter": function(dragging, inObj){
- // if (!this.moveFlagNode) this.createMoveFlagNode();
- // this.moveFlagNode.inject(inObj, "before");
- // }.bind(this),
- // "onLeave": function(dragging, inObj){
- // if (this.moveFlagNode){
- // this.moveFlagNode.dispose();
- // }
- // }.bind(this),
- // "onDrop": function(dragging, inObj){
- // if (inObj){
- // this.areaNode.inject(inObj, "before");
- // var column = inObj.retrieve("column");
- // this.listNode.inject(column.listNode, "before");
- // var idx = this.view.json.data.selectList.indexOf(column.json);
- //
- // this.view.json.data.selectList.erase(this.json);
- // this.view.items.erase(this);
- //
- // this.view.json.data.selectList.splice(idx, 0, this.json);
- // this.view.items.splice(idx, 0, this);
- //
- // if (this.moveNode) this.moveNode.destroy();
- // if (this.moveFlagNode) this.moveFlagNode.destroy();
- // this._setActionAreaPosition();
- // }else{
- // if (this.moveNode) this.moveNode.destroy();
- // if (this.moveFlagNode) this.moveFlagNode.destroy();
- // }
- // }.bind(this),
- // "onCancel": function(dragging){
- // if (this.moveNode) this.moveNode.destroy();
- // if (this.moveFlagNode) this.moveFlagNode.destroy();
- // }.bind(this)
- // });
- // nodeDrag.start(e);
- //},
- deletePropertiesOrStyles: function(name, key){
- if (name=="properties"){
- try{
- this.node.removeProperty(key);
- }catch(e){}
- }
- },
- setPropertiesOrStyles: function(name){
- if (name=="styles"){
- try{
- this.setCustomStyles();
- }catch(e){}
- }
- if (name=="properties"){
- try{
- this.node.setProperties(this.json.properties);
- }catch(e){}
- }
- },
- setCustomNodeStyles: function(node, styles){
- var border = node.getStyle("border");
- node.clearStyles();
- //node.setStyles(styles);
- node.setStyle("border", border);
- Object.each(styles, function(value, key){
- var reg = /^border\w*/ig;
- if (!key.test(reg)){
- node.setStyle(key, value);
- }
- }.bind(this));
- },
- setCustomStyles: function(){
- var border = this.node.getStyle("border");
- this.node.clearStyles();
- this.node.setStyles(this.css.moduleNode);
- if (this.initialStyles) this.node.setStyles(this.initialStyles);
- this.node.setStyle("border", border);
- if (this.json.styles) Object.each(this.json.styles, function(value, key){
- if ((value.indexOf("x_processplatform_assemble_surface")!=-1 || value.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 (value.indexOf("/x_processplatform_assemble_surface")!==-1){
- value = value.replace("/x_processplatform_assemble_surface", host1+"/x_processplatform_assemble_surface");
- }else if (value.indexOf("x_processplatform_assemble_surface")!==-1){
- value = value.replace("x_processplatform_assemble_surface", host1+"/x_processplatform_assemble_surface");
- }
- if (value.indexOf("/x_portal_assemble_surface")!==-1){
- value = value.replace("/x_portal_assemble_surface", host2+"/x_portal_assemble_surface");
- }else if (value.indexOf("x_portal_assemble_surface")!==-1){
- value = value.replace("x_portal_assemble_surface", host2+"/x_portal_assemble_surface");
- }
- }
- var reg = /^border\w*/ig;
- if (!key.test(reg)){
- if (key){
- if (key.toString().toLowerCase()==="display"){
- if (value.toString().toLowerCase()==="none"){
- this.node.setStyle("opacity", 0.3);
- }else{
- this.node.setStyle("opacity", 1);
- this.node.setStyle(key, value);
- }
- }else{
- this.node.setStyle(key, value);
- }
- }
- }
- //this.node.setStyle(key, value);
- }.bind(this));
- },
- _setEditStyle: function(name, obj, oldValue){
- var title = "";
- var text = "";
- if (name==="name"){
- title = this.json.name || this.json.id;
- text = this.json.type.substr(this.json.type.lastIndexOf("$")+1, this.json.type.length);
- this.treeNode.setText("<"+text+"> "+title);
- }
- if (name==="id"){
- title = this.json.name || this.json.id;
- if (!this.json.name){
- text = this.json.type.substr(this.json.type.lastIndexOf("$")+1, this.json.type.length);
- this.treeNode.setText("<"+text+"> "+this.json.id);
- }
- this.treeNode.setTitle(this.json.id);
- this.node.set("id", this.json.id);
- }
- this._setEditStyle_custom(name, obj, oldValue);
- },
- reloadMaplist: function(){
- if (this.property) Object.each(this.property.maplists, function(map, name){ map.reload(this.json[name]);}.bind(this));
- },
- getHtml: function(){
- var copy = this.node.clone(true, true);
- copy.clearStyles(true);
- var html = copy.outerHTML;
- copy.destroy();
- return html;
- },
- getJson: function(){
- var json = Object.clone(this.json);
- var o = {};
- o[json.id] = json;
- return o;
- },
- _createNode: function(callback){
- this.node = new Element("div", {
- "id": this.json.id,
- "MWFType": "actionbar",
- "styles": this.css.toolbarWarpNode,
- "events": {
- "selectstart": function(e){
- e.preventDefault();
- }
- }
- }).inject(this.container );
- this.toolbarNode = new Element("div").inject(this.node);
- this.toolbarWidget = new MWF.widget.Toolbar(this.toolbarNode, {"style": this.json.style}, this);
- if (!this.json.actionStyles){
- this.json.actionStyles = Object.clone(this.toolbarWidget.css);
- }
- //MWF.getJSON(this.path+"toolbars.json", function(json){
- // this.json.defaultTools = json;
- // this.setToolbars(json, this.toolbarNode);
- // debugger;
- // this.toolbarWidget.load();
- //}.bind(this), false);
- if (this.json.defaultTools){
- var json = Array.clone(this.json.defaultTools);
- //if (this.json.tools) json.append(this.json.tools);
- this.setToolbars(json, this.toolbarNode);
- if (this.json.tools){
- this.setCustomToolbars(Array.clone(this.json.tools), this.toolbarNode);
- }
- this.toolbarWidget.load();
- this._setEditStyle_custom("hideSystemTools");
- //json = null;
- }else{
- MWF.getJSON(this.path+"toolbars.json", function(json){
- this.json.defaultTools = json;
- var json = Array.clone(this.json.defaultTools);
- //if (this.json.tools) json.append(this.json.tools);
- this.setToolbars(json, this.toolbarNode);
- if (this.json.tools){
- this.setCustomToolbars(Array.clone(this.json.tools), this.toolbarNode);
- }
- this.toolbarWidget.load();
- this._setEditStyle_custom("hideSystemTools");
- //json = null;
- }.bind(this), false);
- }
- },
- _refreshActionbar: function(){
- //if (this.form.options.mode == "Mobile"){
- // this.node.set("text", MWF.APPFD.LP.notice.notUseModuleInMobile+"("+this.moduleName+")");
- // this.node.setStyles({"height": "24px", "line-height": "24px", "background-color": "#999"});
- //}else{
- this.toolbarNode = this.node.getFirst("div");
- this.toolbarNode.empty();
- this.toolbarWidget = new MWF.widget.Toolbar(this.toolbarNode, {"style": this.json.style}, this);
- if (!this.json.actionStyles) this.json.actionStyles = Object.clone(this.toolbarWidget.css);
- this.toolbarWidget.css = this.json.actionStyles;
- if (this.json.defaultTools){
- var json = Array.clone(this.json.defaultTools);
- //if (this.json.tools) json.append(this.json.tools);
- this.setToolbars(json, this.toolbarNode);
- if (this.json.tools){
- this.setCustomToolbars(Array.clone(this.json.tools), this.toolbarNode);
- }
- this.toolbarWidget.load();
- //json = null;
- }else{
- MWF.getJSON(this.path+"toolbars.json", function(json){
- this.json.defaultTools = json;
- var json = Array.clone(this.json.defaultTools);
- //if (this.json.tools) json.append(this.json.tools);
- this.setToolbars(json, this.toolbarNode);
- if (this.json.tools){
- this.setCustomToolbars(Array.clone(this.json.tools), this.toolbarNode);
- }
- this.toolbarWidget.load();
- //json = null;
- }.bind(this), false);
- }
- //}
- },
- _resetActionbar: function(){
- //if (this.form.options.mode == "Mobile"){
- // this.node.set("text", MWF.APPFD.LP.notice.notUseModuleInMobile+"("+this.moduleName+")");
- // this.node.setStyles({"height": "24px", "line-height": "24px", "background-color": "#999"});
- //}else{
- this.toolbarNode = this.node.getFirst("div");
- this.toolbarNode.empty();
- this.toolbarWidget = new MWF.widget.Toolbar(this.toolbarNode, {"style": this.json.style}, this);
- if (!this.json.actionStyles){
- this.json.actionStyles = Object.clone(this.toolbarWidget.css);
- }else{
- this.toolbarWidget.css = Object.merge( Object.clone(this.json.actionStyles), this.toolbarWidget.css );
- this.json.actionStyles = Object.clone(this.toolbarWidget.css);
- }
- if (this.json.defaultTools){
- var json = Array.clone(this.json.defaultTools);
- //if (this.json.tools) json.append(this.json.tools);
- this.setToolbars(json, this.toolbarNode);
- if (this.json.tools){
- this.setCustomToolbars(Array.clone(this.json.tools), this.toolbarNode);
- }
- this.toolbarWidget.load();
- //json = null;
- }else{
- MWF.getJSON(this.path+"toolbars.json", function(json){
- this.json.defaultTools = json;
- var json = Array.clone(this.json.defaultTools);
- //if (this.json.tools) json.append(this.json.tools);
- this.setToolbars(json, this.toolbarNode);
- if (this.json.tools){
- this.setCustomToolbars(Array.clone(this.json.tools), this.toolbarNode);
- }
- this.toolbarWidget.load();
- //json = null;
- }.bind(this), false);
- }
- //}
- },
- setToolbars: function(tools, node){
- tools.each(function(tool){
- var actionNode = new Element("div", {
- "MWFnodetype": tool.type,
- "MWFButtonImage": this.imagePath_default+""+this.options.style+"/actionbar/"+tool.img,
- "title": tool.title,
- "MWFButtonAction": tool.action,
- "MWFButtonText": tool.text
- }).inject(node);
- if( this.json.iconOverStyle ){
- actionNode.set("MWFButtonImageOver" , this.imagePath_default+""+this.options.style+"/actionbar/"+this.json.iconOverStyle+"/"+tool.img );
- }
- this.systemTools.push(actionNode);
- if (tool.sub){
- var subNode = node.getLast();
- this.setToolbars(tool.sub, subNode);
- }
- }.bind(this));
- },
- setCustomToolbars: function(tools, node){
- //var style = (this.json.style || "default").indexOf("red") > -1 ? "red" : "blue";
- var path = "";
- if( this.json.customIconStyle ){
- path = this.json.customIconStyle+ "/";
- }
- tools.each(function(tool){
- var actionNode = new Element("div", {
- "MWFnodetype": tool.type,
- "MWFButtonImage": this.imagePath_custom+""+this.options.customImageStyle +"/custom/"+path+tool.img,
- "title": tool.title,
- "MWFButtonAction": tool.action,
- "MWFButtonText": tool.text
- }).inject(node);
- if( this.json.customIconOverStyle ){
- actionNode.set("MWFButtonImageOver" , this.imagePath_custom+""+this.options.customImageStyle +"/custom/"+this.json.customIconOverStyle+ "/" +tool.img );
- }
- this.customTools.push(actionNode);
- if (tool.sub){
- var subNode = node.getLast();
- this.setToolbars(tool.sub, subNode);
- }
- }.bind(this));
- },
- _setEditStyle_custom: function(name){
- if (name=="hideSystemTools"){
- if (this.json.hideSystemTools){
- this.systemTools.each(function(tool){
- tool.setStyle("display", "none");
- });
- }else{
- this.systemTools.each(function(tool){
- tool.setStyle("display", "block");
- });
- }
- }
- if (name=="defaultTools" || name=="tools" || name==="actionStyles"){
- this._refreshActionbar();
- }
- }
- });
|