Searched refs:previewColor (Results 1 – 7 of 7) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Minimal.js | 279 mxGraphHandler.prototype.previewColor = '#C0C0C0'; method in mxGraphHandler 341 graph.graphHandler.previewColor = Editor.isDarkMode() ? '#cccccc' : 'black';
|
H A D | EditorUi.js | 3735 mxGraphHandler.prototype.previewColor = '#cccccc'; method in mxGraphHandler
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Graph.js | 833 …this.previewColor = (this.graph.background == '#000000') ? '#ffffff' : mxGraphHandler.prototype.pr…
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 1563 …ve=!0;mxGraphHandler.prototype.minimumSize=6;mxGraphHandler.prototype.previewColor="black";mxGraph… method in mxGraphHandler 1577 …ype.createPreviewShape=function(a){a=new mxRectangleShape(a,null,this.previewColor);a.isDashed=!0;… 2334 …PreviewShape=function(b){this.previewColor="#000000"==this.graph.background?"#ffffff":mxGraphHandl… 3450 …FormatPanel.prototype.buttonBackgroundColor=Editor.darkColor,mxGraphHandler.prototype.previewColor=
|
H A D | app.min.js | 1597 …ve=!0;mxGraphHandler.prototype.minimumSize=6;mxGraphHandler.prototype.previewColor="black";mxGraph… method in mxGraphHandler 1611 …ype.createPreviewShape=function(a){a=new mxRectangleShape(a,null,this.previewColor);a.isDashed=!0;… 2583 …PreviewShape=function(a){this.previewColor="#000000"==this.graph.background?"#ffffff":mxGraphHandl… 10783 Editor.darkColor,mxGraphHandler.prototype.previewColor="#cccccc",StyleFormatPanel.prototype.default… 12061 …;Format.inactiveTabBackgroundColor="#f0f0f0";mxGraphHandler.prototype.previewColor="#C0C0C0";mxRub… method in mxGraphHandler 12064 …eName=Editor.isDarkMode()?"darkTheme":"default-style2";c.graphHandler.previewColor=Editor.isDarkMo…
|
H A D | viewer-static.min.js | 1563 …ve=!0;mxGraphHandler.prototype.minimumSize=6;mxGraphHandler.prototype.previewColor="black";mxGraph… method in mxGraphHandler 1577 …ype.createPreviewShape=function(a){a=new mxRectangleShape(a,null,this.previewColor);a.isDashed=!0;… 2334 …PreviewShape=function(b){this.previewColor="#000000"==this.graph.background?"#ffffff":mxGraphHandl… 3450 …FormatPanel.prototype.buttonBackgroundColor=Editor.darkColor,mxGraphHandler.prototype.previewColor=
|
/plugin/diagramsnet/lib/mxgraph/ |
H A D | mxClient.js | 1359 …ve=!0;mxGraphHandler.prototype.minimumSize=6;mxGraphHandler.prototype.previewColor="black";mxGraph… method in mxGraphHandler 1373 …ype.createPreviewShape=function(a){a=new mxRectangleShape(a,null,this.previewColor);a.isDashed=!0;…
|