Searched refs:StyleFormatPanel (Results 1 – 8 of 8) sorted by relevance
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | Editor.js | 1822 …StyleFormatPanel.prototype.defaultColorSchemes = config.defaultColorSchemes || StyleFormatPanel.pr… class 1892 StyleFormatPanel.prototype.defaultColorSchemes = config.customColorSchemes. 1893 concat(StyleFormatPanel.prototype.defaultColorSchemes); 3996 if (window.StyleFormatPanel != null) 4402 …StyleFormatPanel.prototype.defaultColorSchemes = [[{fill: '', stroke: ''}, {fill: '#f5f5f5', strok… 4435 StyleFormatPanel.prototype.customColorSchemes = null; 4437 StyleFormatPanel.prototype.findCommonProperties = function(cell, properties, addAll) 4516 var styleFormatPanelInit = StyleFormatPanel.prototype.init; 4518 StyleFormatPanel.prototype.init = function() 4556 var styleFormatPanelAddStyleOps = StyleFormatPanel.prototype.addStyleOps; [all …]
|
| D | Minimal.js | 379 StyleFormatPanel.prototype.defaultStrokeColor = Editor.isDarkMode() ? '#cccccc' : 'black'; class
|
| D | EditorUi.js | 3736 StyleFormatPanel.prototype.defaultStrokeColor = '#cccccc'; class
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Format.js | 649 this.panels.push(new StyleFormatPanel(this, ui, stylePanel)); 1707 new StyleFormatPanel(this.format, this.editorUi, this.container); 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) 4615 StyleFormatPanel.prototype.addSvgStyles = function(container) 4664 StyleFormatPanel.prototype.addSvgRule = function(container, rule, svg, styleElem, rules, ruleIndex,… 4734 StyleFormatPanel.prototype.addEditOps = function(div) [all …]
|
| D | Shapes.js | 5091 if (typeof StyleFormatPanel !== 'undefined') 5095 var styleFormatPanelGetCustomColors = StyleFormatPanel.prototype.getCustomColors; 5097 StyleFormatPanel.prototype.getCustomColors = function() class
|
| /plugin/diagramsnet/lib/js/ |
| D | app.min.js | 2980 n.style.display="none",this.panels.push(new StyleFormatPanel(this,a,n)),this.container.appendChild(… 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(… 3118 StyleFormatPanel.prototype.init=function(){var a=this.format.getSelectionState();!a.containsLabel&&… 3120 StyleFormatPanel.prototype.getCssRules=function(a){var b=document.implementation.createHTMLDocument… 3121 StyleFormatPanel.prototype.addSvgStyles=function(a){var b=this.format.getSelectionState();a.style.p… 3123 StyleFormatPanel.prototype.addSvgRule=function(a,b,d,e,c,f,k){var h=this.editorUi.editor.graph;k.te… 3126 StyleFormatPanel.prototype.addEditOps=function(a){var b=this.format.getSelectionState(),d=null;1==b… 3128 StyleFormatPanel.prototype.addFill=function(a){var b=this.editorUi,d=b.editor.graph,e=this.format.g… 3135 StyleFormatPanel.prototype.getCustomColors=function(){var a=this.format.getSelectionState(),b=[];"s… [all …]
|
| 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;… 3232 …ame:"height",dispName:"Title Height",type:"float",defVal:30,min:0}];StyleFormatPanel.prototype.def… 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… [all …]
|
| 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;… 3232 …ame:"height",dispName:"Title Height",type:"float",defVal:30,min:0}];StyleFormatPanel.prototype.def… 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… [all …]
|