Searched refs:toggleFormatPanel (Results 1 – 7 of 7) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | App.js | 6907 var toggleFormatPanel = mxUtils.bind(this, function() 6919 this.addListener('formatWidthChanged', toggleFormatPanel); 6920 toggleFormatPanel(); 6974 this.toggleFormatPanel(visible);
|
H A D | Minimal.js | 821 EditorUi.prototype.toggleFormatPanel = function(visible) method in EditorUi
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Actions.js | 1711 ui.toggleFormatPanel();
|
H A D | EditorUi.js | 3039 EditorUi.prototype.toggleFormatPanel = function(visible) method in EditorUi
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 2262 …&(a="#"+a);this.editor.graph.addClickHandler(a)};EditorUi.prototype.toggleFormatPanel=function(a){… 3557 function(){d.toggleFormatPanel()}),null,null,Editor.ctrlKey+"+Shift+P");k.setToggleAction(!0);k.set… 11758 …ctMode(c);c||(d=this.hsplitPosition);this.hsplitPosition=c?d:0;this.toggleFormatPanel(c);this.full… 12086 …()&&this.addMenuItems(b,["copyAsImage"],null,d)};EditorUi.prototype.toggleFormatPanel=function(c){… method in EditorUi
|
H A D | viewer.min.js | 2228 …&(b="#"+b);this.editor.graph.addClickHandler(b)};EditorUi.prototype.toggleFormatPanel=function(b){… 3012 function(){e.toggleFormatPanel()}),null,null,Editor.ctrlKey+"+Shift+P");t.setToggleAction(!0);t.set…
|
H A D | viewer-static.min.js | 2228 …&(b="#"+b);this.editor.graph.addClickHandler(b)};EditorUi.prototype.toggleFormatPanel=function(b){… 3012 function(){e.toggleFormatPanel()}),null,null,Editor.ctrlKey+"+Shift+P");t.setToggleAction(!0);t.set…
|