Home
last modified time | relevance | path

Searched refs:getRedoStack (Results 1 – 4 of 4) sorted by relevance

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_undo.js152 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 Ddhtmlxgantt_undo.js13getRedoStack=function(){return this._redoStack},t.prototype.clearUndoStack=function(){this._undoSt… method in t
H A Ddhtmlxgantt_undo.js.map1getRedoStack","clearUndoStack","clearRedoStack","updateConfigs","config","undo_steps","undo_types"…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts1747 getRedoStack(): any[]; method