config: function() { return { locale: Localization.getFourLetterLanguageName(), startDate: this.timeScaling.startDate, days: (this.timeScaling.endDate.dayOfYear() - this.timeScaling.startDate.dayOfYear() + 1), timeHeaders: this.schedulerHeader, scale: this.schedulerScale, crosshairType: "Disabled", durationBarVisible: true, eventHeight: 60, eventResizeHandling: "Disabled", floatingEvents: true, rowMinHeight: 60, treeEnabled: true, //Gruppierung kann auf- und zugeklappt werden useEventBoxes: "Never", //Elemente nur so groß wie die Box, nicht an das Grid angelehnt weekStarts: 1, //1=Montag cellWidthSpec: 'Auto', cellWidthMin: this.cellMinWidth, onBeforeEventRender: (args: any) => { // args.data.html = `
//
//
${args.data.text}
//
`; args.data.moveDisabled = true;console.log(args); }, }