Searched refs:getUndoStack (Results 1 – 4 of 4) sorted by relevance
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
H A D | dhtmlxgantt_undo.js | 151 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 D | dhtmlxgantt_undo.js | 13 …getUndoStack=function(){return this._undoStack},t.prototype.getRedoStack=function(){return this._r… method in t
|
H A D | dhtmlxgantt_undo.js.map | 1 …getUndoStack","getRedoStack","clearUndoStack","clearRedoStack","updateConfigs","config","undo_step…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.d.ts | 1907 getUndoStack(): any[]; method
|