Home
last modified time | relevance | path

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

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_undo.js151 getUndoStack: function () { return _undo.getUndoStack(); }, method in gantt.ext.undo
159 gantt.getUndoStack = gantt.ext.undo.getUndoStack;
226 updateTasksIds(undo.getUndoStack(), oldId, newId);
231 updateLinksIds(undo.getUndoStack(), oldId, newId);
646 Undo.prototype.getUndoStack = function () { method in Undo
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_undo.js13getUndoStack=function(){return this._undoStack},t.prototype.getRedoStack=function(){return this._r… method in t
H A Ddhtmlxgantt_undo.js.map1getUndoStack","getRedoStack","clearUndoStack","clearRedoStack","updateConfigs","config","undo_step…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts1907 getUndoStack(): any[]; method