Premium support for our pure JavaScript UI components


Post by yuriv »

Hi, I see this in documentation https://www.bryntum.com/docs/gantt/#Core/widget/SlideToggle but don't see it anywhere in Gantt source code. Is this widget renamed or not available for some reason?


Post by alex.l »

Hi yuriv,

Yes, I see the problem. The ticket is here: https://github.com/bryntum/support/issues/2383
Thank you for your report!

All the best,
Alex

All the best,
Alex


Post by alex.l »

I double-checked it, it seems to work well in our examples, it's available for import. What is the exact problem?

All the best,
Alex


Post by yuriv »

Could you tell me the name/link of this example?


Post by alex.l »

Sure! Please use any of Gantt examples:

Try this one: https://bryntum.com/examples/gantt/basic/
Edit source code like that

import { SlideToggle } from '../../build/gantt.module.js?447702';
/* eslint-disable no-unused-vars */

new SlideToggle({
    appendTo : 'container',
    color    : 'b-blue',
    text     : 'Blue'
});

All the best,
Alex


Post by yuriv »

We still were on v4.0.6 and it's missing there. In 4.0.8 it's present, strange that nothing about that is in changelog. Anyway, thanks for help.


Post Reply