Hi, I’m using angular2+ and jquery.
- I would like to get all the tasks and displayed it in a list in a new page. (description and period) Is it possible ?
- In the page where the gantt is displayed I would like that all the past tasks are not editable. I saw that it’s possible to use var task = gantt.getTask(id).editable = false.It doesn’t allow you to double click to open the lightbox. But what I would like if it’s possible is to open the lightbox but to not be able to edit the fields, if edit property is false.
- Is it possible to distinguish create window task and edit window task ? for example there are some fields that I want to be not editable in edit window, and editable in create window.
Thanks for your help.