cristianotestai Posted March 23, 2016 Posted March 23, 2016 Hello, How can i make visible the weekdays in UniCalendarPanel(top) and also the day on the left side, as attached Sencha example? Best Regards, Cristiano Quote
Sherzod Posted March 24, 2016 Posted March 24, 2016 Hi Cristiano, Try: UniCalendarPanel1 -> ClientEvents -> UniEvents beforeInit fn: function beforeInit(sender, config) { config.monthViewCfg = { showHeader: true, showWeekLinks: true, showWeekNumbers: true } } Best regards. Quote
cristianotestai Posted March 24, 2016 Author Posted March 24, 2016 Hi Cristiano, Try: UniCalendarPanel1 -> ClientEvents -> UniEvents beforeInit fn: function beforeInit(sender, config) { config.monthViewCfg = { showHeader: true, showWeekLinks: true, showWeekNumbers: true } } Best regards. Thanks Delphi Developer! 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.