Our state of the art Gantt chart


Post by rahulranjan »

How can we customise information pop up ? Can we add more tabs and inside that some fields?
Please provide with some Samples

Post by mats »


Post by rahulranjan »

Hi I have gone through the documentation not able to figure it out. Can Provide with Some Samples
I am attaching my project

https://drive.google.com/file/d/1B9jEtH ... sp=sharing

Post by rahulranjan »

Hi
can you provide sample source . So that i can get an idea.

Post by pmiklashevich »

I've created a feature request to port TaskEditor demo to angular to show you how to do it. https://app.assembla.com/spaces/bryntum/tickets/8449 We will contact you as soon as it's done and provide a solution.

Pavlo Miklashevych
Sr. Frontend Developer


Post by saki »

Rahulranjan,

I have downloaded, compiled and run your code and it works fine. Then I studied it as to what have you done, however, I wasn't able to find any part in it that would implement a custom task editor.

To implement the custom task editor, take please the code from the vanilla demo code. There, in directory lib you find file myTaskEditor.js. Take the code from that file and adjust it to implement the editor you need.

Mind please that you also need to set feature; you can find the example in app.js lines 20-23.
    features : {
        taskEdit : false,
        myTaskEditor   : true
    },
I hope this helps you to proceed while Taskeditor Angular demo is being coded.

Post by rahulranjan »

Thanks a lot

Post by rahulranjan »

Hi Saki
I am not download the code please attach a zip or give me a direct like to download.

Post by rahulranjan »

rahulranjan wrote: Sat May 18, 2019 11:58 pm Hi Saki
I am not download the code please attach a zip or give me a direct like to download.

Thanks a lot saki . Able to implement it

Post Reply