css class | Element |
---|---|
.webix_cal_month | the 'month' section of the calendar |
.webix_cal_next_button | the 'next' button |
.webix_cal_prev_button | the 'previous' button |
.webix_cal_header | the header of the calendar |
.webix_cal_week_header | the week header of the calendar |
.webix_cal_body | the body of the calendar |
.webix_cal_row | the row of the calendar (week) |
.webix_cal_week_num | the week number of the calendar |
.webix_cal_day.webix_cal_outside.webix_cal_event | the day of the neighbouring month in the calendar (weekend) |
.webix_cal_day.webix_cal_outside.undefined | the day of the neighbouring month in the calendar (weekday) |
.webix_cal_day.undefinedany weekday of the month |
|
.webix_cal_day.webix_cal_event | weekend on the calendar |
.webix_cal_day.webix_cal_select.undefined | the selected day |
Read more about Calendar
Back to top