Home
last modified time | relevance | path

Searched refs:DiagramStylePanel (Results 1 – 2 of 2) sorted by last modified time

/plugin/diagramsnet/lib/js/
H A Dapp.min.js2977 …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…
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js572 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()