map_end

이벤트가 표시되는 날짜의 마지막을 정의합니다.

Date map_end;

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:

'map_start' (값) + 1년
Applicable views:Map View

Related samples

Details

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

See also
맨 위로