Our state of the art Gantt chart


Post by pshdevs »

I'd like to add a comments tab on the Task Edit pop up where users can add comments and see the history of previews comments. I'd like to have a list with the comments and a text area with a submit underneath.

How can I add this kind of custom tab? What should I extend the tab from?

Thank you!!


Post by mats »

Please have a look at our TaskEditor demo which shows how to add a custom tab: https://bryntum.com/examples/gantt/taskeditor

Post by pshdevs »

I've seen that, but the files tab uses a grid and I'm not able to add other fields. I'm also trying to add an "add" and "remove" button on that tab and I'm not able to do so either.
How can I do that? I don't n=know which class to extend from

Post by mats »

You need to study our docs quite a bit, and learn which building blocks exist. The FilesTab is just a demo showing how things work, you should extend Panel probably. Try searching our docs for Panel and test some code:

https://www.bryntum.com/docs/gantt/#Core/widget/Panel

Post by pshdevs »

ok, thanks!

Post Reply