month_day_min_height

Month 뷰에서 셀의 최소 높이를 설정합니다.

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

이 속성은 container_autoresize 플러그인이 활성화된 경우에만 작동합니다.

See also
맨 위로