Searched refs:undoListener (Results 1 – 6 of 6) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | EditorUi.js | 3727 var undoListener = mxUtils.bind(this, function() 3733 undoMgr.addListener(mxEvent.ADD, undoListener); 3734 undoMgr.addListener(mxEvent.UNDO, undoListener); 3735 undoMgr.addListener(mxEvent.REDO, undoListener); 3736 undoMgr.addListener(mxEvent.CLEAR, undoListener); 3744 undoListener(); 3752 undoListener(); 3756 undoListener();
|
H A D | Editor.js | 675 this.undoListener = function(sender, evt) method in Editor.createUndoManager 683 this.undoListener.apply(this, arguments);
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Minimal.js | 2312 var undoListener = function() function 2325 undoAction.addListener('stateChanged', undoListener); 2326 redoAction.addListener('stateChanged', undoListener); 2327 undoListener();
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 2063 …anager;this.undoListener=function(b,e){c.undoableEditHappened(e.getProperty("edit"))};var e=mxUtil… method in AnonymousFunction39177abc1dd00
|
H A D | viewer-static.min.js | 2063 …anager;this.undoListener=function(b,e){c.undoableEditHappened(e.getProperty("edit"))};var e=mxUtil… method in AnonymousFunctioncbe8b5111dd00
|
H A D | app.min.js | 2097 …anager;this.undoListener=function(a,d){b.undoableEditHappened(d.getProperty("edit"))};var d=mxUtil… method in AnonymousFunction9bd35d6b24100
|