Searched refs:BaseFormatPanel (Results 1 – 6 of 6) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Format.js | 826 BaseFormatPanel.prototype.createPanel = function() 1634 BaseFormatPanel.prototype.destroy = function() 1656 mxUtils.extend(ArrangePanel, BaseFormatPanel); 2375 BaseFormatPanel.prototype.getUnit = function() 2392 BaseFormatPanel.prototype.inUnit = function(pixels) 2397 BaseFormatPanel.prototype.fromUnit = function(value) 2414 BaseFormatPanel.prototype.isFloatUnit = function() 2419 BaseFormatPanel.prototype.getUnitStep = function() 3053 mxUtils.extend(TextFormatPanel, BaseFormatPanel); 4549 mxUtils.extend(StyleFormatPanel, BaseFormatPanel); [all …]
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Minimal.js | 380 …BaseFormatPanel.prototype.buttonBackgroundColor = Editor.isDarkMode() ? Editor.darkColor : 'white'; class
|
H A D | EditorUi.js | 3734 BaseFormatPanel.prototype.buttonBackgroundColor = Editor.darkColor; class
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 2981 …e";g(p,d,l++,!0)}}};BaseFormatPanel=function(a,b,d){this.format=a;this.editorUi=b;this.container=d… 2985 BaseFormatPanel.prototype.createPanel=function(){var a=document.createElement("div");a.className="g… 3007 BaseFormatPanel.prototype.addLabel=function(a,b,d,e){e=null!=e?e:61;var c=document.createElement("d… 3008 BaseFormatPanel.prototype.addKeyHandler=function(a,b){mxEvent.addListener(a,"keydown",mxUtils.bind(… 3010 BaseFormatPanel.prototype.destroy=function(){if(null!=this.listeners){for(var a=0;a<this.listeners.… 3039 BaseFormatPanel.prototype.getUnit=function(){switch(this.editorUi.editor.graph.view.unit){case mxCo… 3040 BaseFormatPanel.prototype.fromUnit=function(a){switch(this.editorUi.editor.graph.view.unit){case mx… 3041 BaseFormatPanel.prototype.getUnitStep=function(){switch(this.editorUi.editor.graph.view.unit){case … 3061 …xtFormatPanel=function(a,b,d){BaseFormatPanel.call(this,a,b,d);this.init()};mxUtils.extend(TextFor… 3117 …leFormatPanel=function(a,b,d){BaseFormatPanel.call(this,a,b,d);this.init()};mxUtils.extend(StyleFo… [all …]
|
H A D | viewer.min.js | 3450 …or=Editor.darkColor,Graph.prototype.defaultPageBorderColor="#505759",BaseFormatPanel.prototype.but…
|
H A D | viewer-static.min.js | 3450 …or=Editor.darkColor,Graph.prototype.defaultPageBorderColor="#505759",BaseFormatPanel.prototype.but…
|