Felipe Lugo Posted August 4, 2020 Posted August 4, 2020 Hello, is posible to config/change the default 30 minutes time period in a CalendarPanel? Because if I create a event with 15 minutes period, I can see it, but is not posible to see detail info about the event. 1 Quote
Abaksoft Posted August 5, 2020 Posted August 5, 2020 12 hours ago, Felipe Lugo said: Hello, is posible to config/change the default 30 minutes time period in a CalendarPanel? Because if I create a event with 15 minutes period, I can see it, but is not posible to see detail info about the event. Hello, You can use Sherzod Technics : http://forums.unigui.com/index.php?/topic/14417-unicalendarpanel-with-vertical-scrollbar/ ========================================= 1. ScrolBar IsAllDay : CustomCSS: .x-calendar-days, .x-calendar-header { overflow-y: scroll; } ========================================= 2. Also for month view (ScrolBar IsAllDay): .x-calendar-weeks-overflow-popup { height: 100% !important; overflow-y: auto; overflow-x: hidden; } ========================================= 3. Order By DateTime procedure TMainForm.UniFormReady(Sender: TObject); begin with UniCalendarPanel1 do JSInterface.JSCode(#1'.calendarStore.eventSource.sorters.addSort({direction:"ASC", property:"id"});'); end; Quote
Felipe Lugo Posted August 5, 2020 Author Posted August 5, 2020 Abaksoft thank you for you help. I will chech your aproach and I comment You. 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.