Searched refs:BaseFormatPanel (Results 1 – 6 of 6) sorted by relevance
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Format.js | 689 BaseFormatPanel = function(format, editorUi, container) class 700 BaseFormatPanel.prototype.buttonBackgroundColor = 'white'; 705 BaseFormatPanel.prototype.installInputHandler = function(input, key, defaultValue, min, max, unit, … 826 BaseFormatPanel.prototype.createPanel = function() 838 BaseFormatPanel.prototype.createTitle = function(title) 854 BaseFormatPanel.prototype.createStepper = function(input, update, step, height, disableFocus, defau… 979 BaseFormatPanel.prototype.createOption = function(label, isCheckedFn, setCheckedFn, listener, fn) 1072 BaseFormatPanel.prototype.createCellOption = function(label, key, defaultValue, enabledValue, disab… 1141 BaseFormatPanel.prototype.createColorOption = function(label, getColorFn, setColorFn, 1321 BaseFormatPanel.prototype.createCellColorOption = function(label, colorKey, defaultColor, callbackF… [all …]
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | Minimal.js | 380 …BaseFormatPanel.prototype.buttonBackgroundColor = Editor.isDarkMode() ? Editor.darkColor : 'white'; class
|
| D | EditorUi.js | 3734 BaseFormatPanel.prototype.buttonBackgroundColor = Editor.darkColor; class
|
| /plugin/diagramsnet/lib/js/ |
| 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… method 2982 BaseFormatPanel.prototype.installInputHandler=function(a,b,d,e,c,f,k,h){f=null!=f?f:"";h=null!=h?h:… 2985 BaseFormatPanel.prototype.createPanel=function(){var a=document.createElement("div");a.className="g… 2986 BaseFormatPanel.prototype.createStepper=function(a,b,d,e,c,f,k){d=null!=d?d:1;e=null!=e?e:9;var h=1… 2989 BaseFormatPanel.prototype.createOption=function(a,b,d,e,c){var f=document.createElement("div");f.st… 2991 BaseFormatPanel.prototype.createCellOption=function(a,b,d,e,c,f,k,h,g){var l=this.editorUi,m=l.edit… 2993 BaseFormatPanel.prototype.createColorOption=function(a,b,d,e,c,f,k,h){var g=document.createElement(… 2998 BaseFormatPanel.prototype.createCellColorOption=function(a,b,d,e,c,f){var k=this.editorUi,h=k.edito… 3000 BaseFormatPanel.prototype.addArrow=function(a,b){b=null!=b?b:10;var d=document.createElement("div")… 3003 BaseFormatPanel.prototype.addUnitInput=function(a,b,d,e,c,f,k,h,g){k=null!=k?k:0;b=document.createE… [all …]
|
| D | viewer.min.js | 3450 …or=Editor.darkColor,Graph.prototype.defaultPageBorderColor="#505759",BaseFormatPanel.prototype.but…
|
| D | viewer-static.min.js | 3450 …or=Editor.darkColor,Graph.prototype.defaultPageBorderColor="#505759",BaseFormatPanel.prototype.but…
|