Our powerful JS Calendar component


Post by jeff.wang »

Hi

How to hide the today button by programmly?

Thank you!
Jeff


Post by tasnim »

Here is how you can achieve it :

tbar : {
	items : {
		todayButton : false
	}
},

Docs : https://bryntum.com/docs/calendar/api/Calendar/view/Calendar#config-tbar


Post by jeff.wang »

It is effect.

Thank you!

Jeff


Post Reply