Searched refs:shapeBackgroundColor (Results 1 – 9 of 9) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Pages.js | 361 graph.shapeBackgroundColor = sourceGraph.shapeBackgroundColor;
|
H A D | Minimal.js | 338 graph.shapeBackgroundColor = Editor.isDarkMode() ? Editor.darkColor : '#ffffff'; 376 Graph.prototype.shapeBackgroundColor = graph.shapeBackgroundColor; method in Graph
|
H A D | Editor.js | 936 this.shape.state.view.graph.shapeBackgroundColor : 5929 var bg = mxUtils.hex2rgba(this.shapeBackgroundColor); 6515 tempBg = this.shapeBackgroundColor; 6518 this.shapeBackgroundColor = (this.defaultThemeName == 'darkTheme') ? 6562 this.shapeBackgroundColor = tempBg;
|
H A D | EditorUi.js | 3730 Graph.prototype.shapeBackgroundColor = Editor.darkColor; method in Graph
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Format.js | 3600 }, graph.shapeBackgroundColor); 4838 }), graph.shapeBackgroundColor);
|
H A D | Graph.js | 1958 Graph.prototype.shapeBackgroundColor = '#ffffff'; method in Graph
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 2613 …f";Graph.prototype.shapeForegroundColor="#000000";Graph.prototype.shapeBackgroundColor="#ffffff";G… 3086 e.shapeBackgroundColor);ma.style.fontWeight="bold";var na=this.createCellColorOption(mxResources.ge… 3130 …ll,mxUtils.bind(this,function(a){d.setCellStyles(g,a,e.cells)}),d.shapeBackgroundColor);k.style.fo… 10475 …Utils.hex2rgba(null!=this.shape.state?this.shape.state.view.graph.shapeBackgroundColor:Editor.isDa… 10610 …DefaultColors=function(b){if(null!=b){var c=mxUtils.hex2rgba(this.shapeBackgroundColor),f=mxUtils.… 10625 …r,B=this.shapeBackgroundColor,this.shapeForegroundColor="darkTheme"==this.defaultThemeName?"#00000… 10626 …extNode(z+E));A.getElementsByTagName("defs")[0].appendChild(D)}null!=u&&(this.shapeBackgroundColor= 10782 …ack",Graph.prototype.defaultThemeName="darkTheme",Graph.prototype.shapeBackgroundColor=Editor.dark… 11944 …aultPageBackgroundColor=d.defaultPageBackgroundColor;g.shapeBackgroundColor=d.shapeBackgroundColor… 12063 ….defaultPageBorderColor=Editor.isDarkMode()?"#505759":"#ffffff";c.shapeBackgroundColor=Editor.isDa… [all …]
|
H A D | viewer.min.js | 2364 …f";Graph.prototype.shapeForegroundColor="#000000";Graph.prototype.shapeBackgroundColor="#ffffff";G… 3143 …Utils.hex2rgba(null!=this.shape.state?this.shape.state.view.graph.shapeBackgroundColor:Editor.isDa… 3278 …DefaultColors=function(b){if(null!=b){var d=mxUtils.hex2rgba(this.shapeBackgroundColor),c=mxUtils.… 3293 …r,y=this.shapeBackgroundColor,this.shapeForegroundColor="darkTheme"==this.defaultThemeName?"#00000… 3294 …extNode(H+F));C.getElementsByTagName("defs")[0].appendChild(N)}null!=x&&(this.shapeBackgroundColor= 3450 …ack",Graph.prototype.defaultThemeName="darkTheme",Graph.prototype.shapeBackgroundColor=Editor.dark…
|
H A D | viewer-static.min.js | 2364 …f";Graph.prototype.shapeForegroundColor="#000000";Graph.prototype.shapeBackgroundColor="#ffffff";G… 3143 …Utils.hex2rgba(null!=this.shape.state?this.shape.state.view.graph.shapeBackgroundColor:Editor.isDa… 3278 …DefaultColors=function(b){if(null!=b){var d=mxUtils.hex2rgba(this.shapeBackgroundColor),c=mxUtils.… 3293 …r,y=this.shapeBackgroundColor,this.shapeForegroundColor="darkTheme"==this.defaultThemeName?"#00000… 3294 …extNode(H+F));C.getElementsByTagName("defs")[0].appendChild(N)}null!=x&&(this.shapeBackgroundColor= 3450 …ack",Graph.prototype.defaultThemeName="darkTheme",Graph.prototype.shapeBackgroundColor=Editor.dark…
|