Searched refs:getRedoStack (Results 1 – 4 of 4) sorted by relevance
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
H A D | dhtmlxgantt_undo.js | 152 getRedoStack: function () { return _undo.getRedoStack(); }, method in gantt.ext.undo 160 gantt.getRedoStack = gantt.ext.undo.getRedoStack; 227 updateTasksIds(undo.getRedoStack(), oldId, newId); 232 updateLinksIds(undo.getRedoStack(), oldId, newId); 649 Undo.prototype.getRedoStack = function () { method in Undo
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/ |
H A D | dhtmlxgantt_undo.js | 13 …getRedoStack=function(){return this._redoStack},t.prototype.clearUndoStack=function(){this._undoSt… method in t
|
H A D | dhtmlxgantt_undo.js.map | 1 …getRedoStack","clearUndoStack","clearRedoStack","updateConfigs","config","undo_steps","undo_types"…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.d.ts | 1747 getRedoStack(): any[]; method
|