Searched refs:addUndoListener (Results 1 – 4 of 4) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | EditorUi.js | 1156 this.addUndoListener(); 3720 EditorUi.prototype.addUndoListener = function() method in EditorUi
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 2164 …,"keypress",mxUtils.bind(this,function(b){this.onKeyPress(b)}));this.addUndoListener();this.addBef… 2249 EditorUi.prototype.addUndoListener=function(){var b=this.actions.get("undo"),c=this.actions.get("re…
|
H A D | viewer-static.min.js | 2164 …,"keypress",mxUtils.bind(this,function(b){this.onKeyPress(b)}));this.addUndoListener();this.addBef… 2249 EditorUi.prototype.addUndoListener=function(){var b=this.actions.get("undo"),c=this.actions.get("re…
|
H A D | app.min.js | 2198 …,"keypress",mxUtils.bind(this,function(a){this.onKeyPress(a)}));this.addUndoListener();this.addBef… 2283 EditorUi.prototype.addUndoListener=function(){var a=this.actions.get("undo"),b=this.actions.get("re…
|