I am new to ExtJs. I am writing my own widget for DatePicker. I am trying to achieve multi-months view with multiple date selection capable component.
I don't know how to proceed. Whether to write a template (tpl) or to add html template code in onRender() like 3.x. Can anybody guide me regarding the basic things I need to take care of? and initial approach?
Have to studied the Date field's source? You will need to take care of quite a few different methods but to get started, look at the createPicker method. I would have a floating container with two date pickers within it.