I need a calendar made in ExtJS for the whole year. It should look like this
Also I want to make some work with the calendar: hadle click event on a cell (date) and change the background color of the cell on click.
I have found Ext.DatePicker in docs but I can’t find any info on how to make it show month and year I need. Also I can’t find any way to change the color of cell.
You can create a new component with 12 Ext.DatePicker and in each Ext.DatePicker show one diferent month.