I have to modify Datebox and CalendarPop (Calendar) components in the way that if I give them a particular date/dates the Calendar of Datebox would show those dates with the particular CSS (for instance dates of holidays).
I haven't done anything before with the widget extension. I already checked Datebox.js sources and have no idea how to override _initPopup()
function, where zul.db.CalendarPop()
is initialized.
Maybe there is another approach to achieve what I want or I am doing something wrong?
Any information will be greatly appreciated!