quickinfo_buttons
Description
Stores a collection of buttons resided in the pop-up task's details form
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("Dies sind erweiterte Details");
return false; // blockiert das Standardverhalten
};
Default value: ["icon_delete","icon_edit"]
Related samples
Details
Hinweis
Diese Option ist in der Quick Info-Erweiterung definiert, daher müssen Sie das quick_info Plugin aktivieren.
Related API
- api/other/click.md
- showQuickInfo
- hideQuickInfo
- quick_info_detached
- onQuickInfo
- onAfterQuickInfo
Related Guides
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.