Available only in PRO Edition
이 기능은 PRO Edition에서만 사용할 수 있습니다.
이 컨트롤은 작업 유형 변경을 위해 설계된 셀렉트 박스입니다.
옵션은
types 객체에서 가져오며, 기본 onchange 핸들러를 사용합니다. 그 외에는 Select Control에서 설명된 컨트롤과 동일하게 동작합니다.
gantt.config.lightbox.sections = [
{name:"description", height:38, map_to:"text", type:"textarea", focus:true},
{name: "type", type: "typeselect", map_to: "type"}, {name: "time", height: 72, type: "duration", map_to: "auto"}
];
Related sample: Projects and milestones
typeselect 컨트롤을 lightbox에 포함하려면, 다음과 같이 lightbox 설정에 섹션을 추가하세요:
gantt.config.lightbox.sections = [
{name:"description", height:38, map_to:"text", type:"textarea",focus:true},
{name: "type", type: "typeselect", map_to: "type"}, {name: "time", height: 72, type: "duration", map_to: "auto"}
];
Related sample: Projects and milestones
gantt.locale.labels.section_type = "섹션에 대한 새로운 레이블";
typeselect 컨트롤에서 일반적으로 사용하는 주요 속성은 다음과 같습니다. (전체 목록은 여기에서 확인하세요):