Our powerful JS Calendar component


Post by jeff.wang »

Hi

How to remove the menu icon from tbar in agenda mode like below image, i don't find the related
method in config.

Image

Thank you.


Post by tasnim »

Please check this https://bryntum.com/docs/calendar/api/Calendar/view/Calendar

And here is a simple code snippet of how you can achieve it:

    tbar : {
        items : {
            toggleSideBar : null
        }
    }

Post by jeff.wang »

It is effect.

Thank you!


Post Reply