Zum Hauptinhalt springen

onQuickInfo

Description

Wird ausgelöst, wenn das Pop-up Bearbeitungsformular angezeigt wird

onQuickInfo: (taskId: string | number) => void;

Parameters

  • taskId - (required) string | number - die Task-ID

Example

gantt.attachEvent("onQuickInfo",function(taskId){  
// Ihr Code hier
});

Details

Hinweis

Dieses Event ist Teil der Quick Info Erweiterung, daher stellen Sie sicher, dass das quick_info Plugin aktiviert ist.

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.