Home
last modified time | relevance | path

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

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_undo.js154 clearRedoStack: function () { return _undo.clearRedoStack(); }, method in gantt.ext.undo
162 gantt.clearRedoStack = gantt.ext.undo.clearRedoStack;
457 _this._undo.clearRedoStack();
655 Undo.prototype.clearRedoStack = function () { method in Undo
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_undo.js13clearRedoStack=function(){this._redoStack=[]},t.prototype.updateConfigs=function(){this.maxSteps=g… method in t
H A Ddhtmlxgantt_undo.js.map1clearRedoStack","updateConfigs","config","undo_steps","undo_types","undo_actions","undo","redo","_…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts1360 clearRedoStack(): void; method