Searched refs:createCellColorOption (Results 1 – 2 of 2) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Format.js | 1321 BaseFormatPanel.prototype.createCellColorOption = function(label, colorKey, defaultColor, callbackF… method in BaseFormatPanel 3593 }, null, true) : this.createCellColorOption(mxResources.get('backgroundColor'), 3603 var borderPanel = this.createCellColorOption(mxResources.get('borderColor'), 3683 }, null, true) : this.createCellColorOption(mxResources.get('fontColor'), 4816 …var gradientPanel = this.createCellColorOption(mxResources.get('gradient'), mxConstants.STYLE_GRAD… 4835 …var fillPanel = this.createCellColorOption(label, fillKey, 'default', null, mxUtils.bind(this, fun… 4927 …container.appendChild(this.createCellColorOption(custom[i].title, custom[i].key, custom[i].default… 5035 …var lineColor = this.createCellColorOption(label, strokeKey, 'default', null, mxUtils.bind(this, f…
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 2998 BaseFormatPanel.prototype.createCellColorOption=function(a,b,d,e,c,f){var k=this.editorUi,h=k.edito… 3085 …nstall:function(a){Q=a},destroy:function(){Q=null}},null,!0):this.createCellColorOption(mxResource… 3086 e.shapeBackgroundColor);ma.style.fontWeight="bold";var na=this.createCellColorOption(mxResources.ge… 3088 …tall:function(a){fa=a},destroy:function(){fa=null}},null,!0):this.createCellColorOption(mxResource… 3129 …getDefaultVertexStyle():d.stylesheet.getDefaultEdgeStyle(),h=this.createCellColorOption(mxResource… 3130 …hape?mxResources.get("background"):mxResources.get("fill"),k=this.createCellColorOption(k,g,"defau… 3134 …=this.getCustomColors();for(l=0;l<k.length;l++)a.appendChild(this.createCellColorOption(k[l].title… 3140 mxResources.get("border"):mxResources.get("line"),g=this.createCellColorOption(g,n,"default",null,m…
|