minicalendar

미니 캘린더 객체를 정의합니다.

object minicalendar;

Example

scheduler.config.minicalendar.mark_events = false; 
...
scheduler.init('scheduler_here', new Date(2013, 7, 5), "week");


Default value:

{ mark_events: true }

Related samples

Details

이 속성은 minical 플러그인이 활성화되어 있어야 합니다.

minicalendar 객체는 하나의 속성을 포함합니다:

  • mark_events - (array) 미니 캘린더 내에서 이벤트가 강조 표시될지 여부를 결정합니다.


맨 위로