I've been trying to customize the appearance of my calendar panel using extjs. In my EHR application, I have implemented the extjs calendarpanel and datepicker similar to the setup showcased in this link:
When a date is selected from the datepicker and it happens to be a public holiday (retrieved from the database upon selection event), I would like to change the background color of the calendarpanel to gray. Is it feasible to achieve this? Can we modify the CSS class properties using extjs 3.3?