Lena Posted May 7, 2015 Posted May 7, 2015 Hi. How to align the calendar the center of the panel? Thanks. Quote
Sherzod Posted May 7, 2015 Posted May 7, 2015 Hi, maybe something like this: UniCalendar1 -> ClientEvents -> UniEvents - container.beforeInit... function container.beforeInit(sender, config) { sender.layout ={ type: 'vbox', align: 'center' }; } Best regards. 1 Quote
Lena Posted June 5, 2015 Author Posted June 5, 2015 Please fix it when use just object inspector. Thanks. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.