calendar_property

작업 또는 작업 그룹에 캘린더를 연결하는 데 사용되는 속성 이름을 설정합니다.

string calendar_property;

Example

gantt.config.calendar_property = "property_name";

Details

버전 4.2에서 도입되었습니다.

기본적으로 이 옵션은 "calendar_id"로 설정되어 있습니다.

{
    "id":2, 
    "calendar_id":"custom", 
    "text":"Task #1", 
    "start_date":"02-04-2013", 
    "duration":"8", 
    "parent":"1", 
    "progress":0.5, 
    "open": true
}
See also
Back to top