Home
last modified time | relevance | path

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

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_undo.js131 gantt.config.undo_types = { class in gantt.config
276 if (type === gantt.config.undo_types.task) {
279 if (type === gantt.config.undo_types.link) {
486 _this.store(id, gantt.config.undo_types.task);
514 …nBeforeTaskDrag", function (taskId) { return _this.store(taskId, gantt.config.undo_types.task); });
515 …ent("onLightbox", function (taskId) { return _this.store(taskId, gantt.config.undo_types.task); });
517 _this.store(task.id, gantt.config.undo_types.task);
522 _this.store(state.id, gantt.config.undo_types.task);
660 this.command.entity = gantt.config.undo_types;
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_undo.js13undo_types,this.command.type=gantt.config.undo_actions,this.undoEnabled=!!gantt.config.undo,this.r…
H A Ddhtmlxgantt_undo.js.map1undo_types","undo_actions","undo","redo","_pop","_reorderCommands","callEvent","_applyAction","_pu…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts1034 undo_types: any; property