본문으로 건너뛰기

quickinfo_buttons

Description

팝업 작업의 세부 정보 양식에 위치한 버튼들의 모음을 저장합니다

quickinfo_buttons: any[]

Example

gantt.config.quickinfo_buttons=["icon_delete","icon_edit","advanced_details_button"];
gantt.locale.labels["advanced_details_button"] = "Advanced Info";
gantt.init("gantt_here");

gantt.$click.buttons.advanced_details_button=function(id){
gantt.message("These are advanced details");
return false; //기본 동작을 차단합니다.
};

기본 값: ["icon_delete","icon_edit"]

Details

노트

이 옵션은 Quick Info 확장에 정의되어 있으므로, quick_info 플러그인을 활성화해야 합니다.

Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.