Page 1 of 1

Inline multiple months vertical calendar

PostPosted: 25 Aug 2014 12:43
by Jesus Munarriz
I tried to configure a 3 months vertical inline calendar using the DatePicker.JQDatePickerOptions.OnCreate.script without success. All I've got to work properly when I set:

DatePicker.Inline: = False;
DatePicker.JQDatePickerOptions.OnBeforeShOw.script: = '
function (input, inst) {
  $ (".Selector") .datepicker ("Option", "NUMBEROFMONTHS", [3, 1]);
} ';

Someone could help me with this issue?

Re: Inline multiple months vertical calendar

PostPosted: 25 Aug 2014 16:12
by Alexander Bulei
Hi Jesus Munarriz,

This feature was in our mind/roadmap, and now we have implemented it.
Available since V2.3.0.34:

Code: Select all
JQDatePicker
- Added: new property DisplayInlineVertically - When true, the months will appear vertically.


Best Regards.

Re: Inline multiple months vertical calendar

PostPosted: 26 Aug 2014 09:43
by Jesus Munarriz
Hi Mealhada,

That's great... Thanks!

is there any workaround for the meantime?

Regards

Re: Inline multiple months vertical calendar

PostPosted: 26 Aug 2014 09:46
by Alexander Bulei
Hi Jesus Munarriz,

No way...you need V2.3.0.34 setup.

Best Regards.