Searched refs:TextFormatPanel (Results 1 – 2 of 2) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Format.js | 621 this.panels.push(new TextFormatPanel(this, ui, div)); 661 this.panels.push(new TextFormatPanel(this, ui, textPanel)); 3047 TextFormatPanel = function(format, editorUi, container) class 3053 mxUtils.extend(TextFormatPanel, BaseFormatPanel); 3058 TextFormatPanel.prototype.init = function() 3067 TextFormatPanel.prototype.addFont = function(container)
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 2979 this.panels.push(new TextFormatPanel(this,a,d));else{e.style.backgroundColor=Format.inactiveTabBack… 2980 …ild(m);e=d.cloneNode(!1);e.style.display="none";this.panels.push(new TextFormatPanel(this,a,e));th… 3061 x()};TextFormatPanel=function(a,b,d){BaseFormatPanel.call(this,a,b,d);this.init()};mxUtils.extend(T… 3062 TextFormatPanel.prototype.addFont=function(a){function b(a,b){a.style.backgroundImage=b?Editor.isDa…
|