DOuble calendar on icon click with to nd frm range[urgent]

Hi,

first thanks … to DHTMLX making available these amazing js components

  1. i have two input boxes … with two button

  2. so on click of any button … i wanted to open double calendar…(with input1 box and input2 box selected dates)

  3. so if i select dates for two input boxes … dates shud be populated in those two boxes…

Thanks in advance!!!

Niks

Hi
You can try the next example:

[code]

Complex task 3th Febr html,body { height: 100%; margin: 0px; overflow: hidden; } [/code] But there are some good samples for you: [dhtmlx.com/docs/products/dht ... _icon.html](http://www.dhtmlx.com/docs/products/dhtmlxCalendar/samples/01_init/03_attach_to_icon.html) - Attach to custom icon (it can be button) [dhtmlx.com/docs/products/dht ... endar.html](http://www.dhtmlx.com/docs/products/dhtmlxCalendar/samples/02_intervals/02_dbl_calendar.html) - Double Calendar [dhtmlx.com/docs/products/dht ... nputs.html](http://www.dhtmlx.com/docs/products/dhtmlxCalendar/samples/02_intervals/01_set_interval_with_two_inputs.html) - Set interval with two inputs I think they can be useful too