Searched refs:StyleFormatPanel (Results 1 – 8 of 8) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Editor.js | 1822 …StyleFormatPanel.prototype.defaultColorSchemes = config.defaultColorSchemes || StyleFormatPanel.pr… class 1893 concat(StyleFormatPanel.prototype.defaultColorSchemes); 3996 if (window.StyleFormatPanel != null) 4435 StyleFormatPanel.prototype.customColorSchemes = null; 4516 var styleFormatPanelInit = StyleFormatPanel.prototype.init; 4518 StyleFormatPanel.prototype.init = function() 4556 var styleFormatPanelAddStyleOps = StyleFormatPanel.prototype.addStyleOps; 4558 StyleFormatPanel.prototype.addStyleOps = function(div) 4606 StyleFormatPanel.prototype.addProperties = function(div, properties, state) 5190 StyleFormatPanel.prototype.addStyles = function(div) [all …]
|
H A D | Minimal.js | 379 StyleFormatPanel.prototype.defaultStrokeColor = Editor.isDarkMode() ? '#cccccc' : 'black'; class
|
H A D | EditorUi.js | 3736 StyleFormatPanel.prototype.defaultStrokeColor = '#cccccc'; class
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Format.js | 4543 StyleFormatPanel = function(format, editorUi, container) class 4549 mxUtils.extend(StyleFormatPanel, BaseFormatPanel); 4554 StyleFormatPanel.prototype.defaultStrokeColor = 'black'; 4559 StyleFormatPanel.prototype.init = function() 4601 StyleFormatPanel.prototype.getCssRules = function(css) 4734 StyleFormatPanel.prototype.addEditOps = function(div) 4783 StyleFormatPanel.prototype.addFill = function(container) 4936 StyleFormatPanel.prototype.getCustomColors = function() 4952 StyleFormatPanel.prototype.addStroke = function(container) 5797 StyleFormatPanel.prototype.addEffects = function(div) [all …]
|
H A D | Shapes.js | 5091 if (typeof StyleFormatPanel !== 'undefined') 5095 var styleFormatPanelGetCustomColors = StyleFormatPanel.prototype.getCustomColors; 5097 StyleFormatPanel.prototype.getCustomColors = function() class
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 3012 …write(a,mxResources.get("style")),this.container.appendChild(a),new StyleFormatPanel(this.format,t… 3117 … a};StyleFormatPanel=function(a,b,d){BaseFormatPanel.call(this,a,b,d);this.init()};mxUtils.extend(… 3120 StyleFormatPanel.prototype.getCssRules=function(a){var b=document.implementation.createHTMLDocument… 3135 StyleFormatPanel.prototype.getCustomColors=function(){var a=this.format.getSelectionState(),b=[];"s… 3196 StyleFormatPanel.prototype.addLineJumps=function(a){var b=this.format.getSelectionState();if(Graph.… 3400 …egisterShape("filledEdge",wa);"undefined"!==typeof StyleFormatPanel&&function(){var a=StyleFormatP… 10495 …ColorDialog.prototype.colorNames;StyleFormatPanel.prototype.defaultColorSchemes=b.defaultColorSche… 10497 …);null!=b.customColorSchemes&&(StyleFormatPanel.prototype.defaultColorSchemes=b.customColorSchemes… 10568 …393d"},{fill:"#ffcccc",stroke:"#36393d"}]];StyleFormatPanel.prototype.customColorSchemes=null;Styl… 10570 …;if(null!=b)try{d(JSON.parse(b))}catch(W){}}};var u=StyleFormatPanel.prototype.init;StyleFormatPan… [all …]
|
H A D | viewer.min.js | 2854 …egisterShape("filledEdge",va);"undefined"!==typeof StyleFormatPanel&&function(){var b=StyleFormatP… 2855 StyleFormatPanel.prototype.getCustomColors=function(){var d=this.format.getSelectionState(),f=b.app… class 3163 …ColorDialog.prototype.colorNames;StyleFormatPanel.prototype.defaultColorSchemes=b.defaultColorSche… 3165 …);null!=b.customColorSchemes&&(StyleFormatPanel.prototype.defaultColorSchemes=b.customColorSchemes… 3210 (c=b.currentPage.getId());return c});if(null!=window.StyleFormatPanel){var l=Format.prototype.init;… 3236 …393d"},{fill:"#ffcccc",stroke:"#36393d"}]];StyleFormatPanel.prototype.customColorSchemes=null;Styl… 3238 …;if(null!=b)try{f(JSON.parse(b))}catch(W){}}};var u=StyleFormatPanel.prototype.init;StyleFormatPan… 3239 …s.addProperties(this.createPanel(),d,b))}};var v=StyleFormatPanel.prototype.addStyleOps;StyleForma… 3241 … v.apply(this,arguments)};EditorUi.prototype.propertiesCollapsed=!0;StyleFormatPanel.prototype.add… 3256 …de.insertBefore(B,d.nextSibling),d=B;b.appendChild(x);C();return b};StyleFormatPanel.prototype.add… [all …]
|
H A D | viewer-static.min.js | 2854 …egisterShape("filledEdge",va);"undefined"!==typeof StyleFormatPanel&&function(){var b=StyleFormatP… 2855 StyleFormatPanel.prototype.getCustomColors=function(){var d=this.format.getSelectionState(),f=b.app… class 3163 …ColorDialog.prototype.colorNames;StyleFormatPanel.prototype.defaultColorSchemes=b.defaultColorSche… 3165 …);null!=b.customColorSchemes&&(StyleFormatPanel.prototype.defaultColorSchemes=b.customColorSchemes… 3210 (c=b.currentPage.getId());return c});if(null!=window.StyleFormatPanel){var l=Format.prototype.init;… 3236 …393d"},{fill:"#ffcccc",stroke:"#36393d"}]];StyleFormatPanel.prototype.customColorSchemes=null;Styl… 3238 …;if(null!=b)try{f(JSON.parse(b))}catch(W){}}};var u=StyleFormatPanel.prototype.init;StyleFormatPan… 3239 …s.addProperties(this.createPanel(),d,b))}};var v=StyleFormatPanel.prototype.addStyleOps;StyleForma… 3241 … v.apply(this,arguments)};EditorUi.prototype.propertiesCollapsed=!0;StyleFormatPanel.prototype.add… 3256 …de.insertBefore(B,d.nextSibling),d=B;b.appendChild(x);C();return b};StyleFormatPanel.prototype.add… [all …]
|