map_start

이벤트가 표시되기 시작할 날짜를 지정합니다

Date map_start;

Example

scheduler.config.map_start = new Date(2012, 7, 1);
scheduler.config.map_end = new Date(2014, 7, 1);
...
scheduler.init('scheduler_here', new Date(2013, 0, 10), "map");


Default value:

현재 사용자의 날짜
Applicable views:Map View

Related samples

Details

이 속성은 map_view 플러그인이 활성화되어 있어야 사용 가능합니다.

See also
맨 위로