month_day_min_height

设置月视图中单元格的最小高度

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
返回顶部