Searched refs:undo_types (Results 1 – 4 of 4) sorted by relevance
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
H A D | dhtmlxgantt_undo.js | 131 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 D | dhtmlxgantt_undo.js | 13 …undo_types,this.command.type=gantt.config.undo_actions,this.undoEnabled=!!gantt.config.undo,this.r…
|
H A D | dhtmlxgantt_undo.js.map | 1 …undo_types","undo_actions","undo","redo","_pop","_reorderCommands","callEvent","_applyAction","_pu…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.d.ts | 1034 undo_types: any; property
|