Hello,
How can I disable "Add child", "Add Above", "Add below" menu items while adding new task?
I want to leave only one "Add Task" button without additional menu.
If I set "messages: { actions: {addChild: "", insertBefore: "", insertAfter:""}}" empty menu items are displayed.
"change" event argument does not have "preventDefault" method to cancel task selecting.
Is it possible to leave only one "Add task button"? If it is not possible, how can I remove the button from the footer of the Gantt (I'll add my own button).
How can I disable "Add child", "Add Above", "Add below" menu items while adding new task?
I want to leave only one "Add Task" button without additional menu.
If I set "messages: { actions: {addChild: "", insertBefore: "", insertAfter:""}}" empty menu items are displayed.
"change" event argument does not have "preventDefault" method to cancel task selecting.
Is it possible to leave only one "Add task button"? If it is not possible, how can I remove the button from the footer of the Gantt (I'll add my own button).