Discuss anything related to web development but no technical support questions


Post by Qlipoth »

Hello, what is option for enable task duration resizing?
https://joxi.ru/LmGeePPhewMY6A

Post by mats »


Post by Qlipoth »

I initialized gantt
Ext.define('og.view.dia.Gnt', {
    extend: 'Gnt.panel.Gantt',
    xtype: 'gnt-panel',
    resizeConfig: {
         showDuration: true,
         taskResizeHandles: 'both',
    },
   })
and this option is not works for me =(

Post by mats »

Why did you put it resizeConfig? Put it on the Gantt panel level.

Post by Qlipoth »

Do i have to enable Gnt.feature.TaskResize as plugins in initComponent function?

Post by Maxim Gorkovsky »

No, it's enabled by default, as stated in our docs: https://www.bryntum.com/products/gantt-for-extjs/docs/ ... TaskResize

Post Reply