month_day_min_height

задаёт минимальную высоту ячеек в Month view

number month_day_min_height;

Example

scheduler.config.month_day_min_height = 150;
...
scheduler.init('scheduler_here', new Date(2013,5,30), "month");


Default value:

90
Applicable views:Месячный вид
Details

Это свойство работает только если включён плагин container_autoresize.

See also
Наверх