Searched refs:defaultThemes (Results 1 – 5 of 5) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | App.js | 913 Graph.prototype.defaultThemes['default-style2'] = xhr[1].getDocumentElement(); method in Graph 914 Graph.prototype.defaultThemes['darkTheme'] = xhr[1].getDocumentElement(); method in Graph
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Graph.js | 272 this.themes = themes || this.defaultThemes; 2012 Graph.prototype.defaultThemes = {}; method in Graph
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 2318 Graph=function(b,c,e,k,g,p){mxGraph.call(this,b,c,e,k);this.themes=g||this.defaultThemes;this.curre… 2365 …+:)?\/\//i;Graph.prototype.defaultThemeName="default";Graph.prototype.defaultThemes={};Graph.proto… 4011 …website=Website \ncheck4Updates=Check for updates\n');Graph.prototype.defaultThemes["default-style… 4012 Graph.prototype.defaultThemes.darkTheme=Graph.prototype.defaultThemes["default-style2"];GraphViewer…
|
H A D | viewer-static.min.js | 2318 Graph=function(b,c,e,k,g,p){mxGraph.call(this,b,c,e,k);this.themes=g||this.defaultThemes;this.curre… 2365 …+:)?\/\//i;Graph.prototype.defaultThemeName="default";Graph.prototype.defaultThemes={};Graph.proto… 4011 …website=Website \ncheck4Updates=Check for updates\n');Graph.prototype.defaultThemes["default-style… 4012 Graph.prototype.defaultThemes.darkTheme=Graph.prototype.defaultThemes["default-style2"];GraphViewer…
|
H A D | app.min.js | 2567 Graph=function(a,b,d,e,c,f){mxGraph.call(this,a,b,d,e);this.themes=c||this.defaultThemes;this.curre… 2614 …+:)?\/\//i;Graph.prototype.defaultThemeName="default";Graph.prototype.defaultThemes={};Graph.proto… 11556 …(y)}1<c.length&&(Graph.prototype.defaultThemes["default-style2"]=c[1].getDocumentElement(),Graph.p…
|