Home
last modified time | relevance | path

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

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_undo.js153 clearUndoStack: function () { return _undo.clearUndoStack(); }, method in gantt.ext.undo
161 gantt.clearUndoStack = gantt.ext.undo.clearUndoStack;
456 _this._undo.clearUndoStack();
652 Undo.prototype.clearUndoStack = function () { method in Undo
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_undo.js13clearUndoStack=function(){this._undoStack=[]},t.prototype.clearRedoStack=function(){this._redoStac… method in t
H A Ddhtmlxgantt_undo.js.map1clearUndoStack","clearRedoStack","updateConfigs","config","undo_steps","undo_types","undo_actions"…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts1365 clearUndoStack(): void; method