month_day_min_height

sets the minimum height of cells in the 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:Month View
Details

The property requires the container_autoresize plugin to be enabled.

See also
Back to top