Searched refs:DiagramStylePanel (Results 1 – 2 of 2) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Format.js | 572 this.panels.push(new DiagramStylePanel(this, ui, stylePanel)); 5901 DiagramStylePanel = function(format, editorUi, container) class 5907 mxUtils.extend(DiagramStylePanel, BaseFormatPanel); 5912 DiagramStylePanel.prototype.init = function() 5930 DiagramStylePanel.prototype.addView = function(div) 6536 DiagramStylePanel.prototype.destroy = function()
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 2977 …e(m,mxResources.get("style"));d.appendChild(m);this.panels.push(new DiagramStylePanel(this,a,n));t… 3203 …le").shortcut+")");b.style.width="210px";a.appendChild(b);return a};DiagramStylePanel=function(a,b… 3204 mxUtils.extend(DiagramStylePanel,BaseFormatPanel);DiagramStylePanel.prototype.init=function(){var a… 3205 DiagramStylePanel.prototype.addView=function(a){var b=this.editorUi,d=b.editor.graph,e=d.getModel()… 3223 DiagramStylePanel.prototype.destroy=function(){BaseFormatPanel.prototype.destroy.apply(this,argumen…
|