Our pure JavaScript Scheduler component


Post by Srb »

I hope it will fix it soon because I'm waiting since november, if there's another way to include the undo/redo on the project outside the scheduler please give a example and I try it.
Thank's


Post by alex.l »

For now undoredo widget works only as part of Scheduler's toolbar.

    tbar : {
        items: [{
            id    : 'undoredo',
            ref   : 'undoredoTool',
            type  : 'undoredo',
            items : {transactionsCombo : null}
        }]
    }

All the best,
Alex


Post by Amiard brice »

Hello,

Did you have any news about <bryntum-undo-redo> ?
Thank's


Post by alex.l »

Hello, no news yet.
You can subscribe on ticket updates to be notified when it's done https://github.com/bryntum/support/issues/3789

All the best,
Alex


Post Reply