Inside the
$scope.weekConfig = {
visible: true,
viewType: "Week",
businessBeginsHour: 9,
businessEndsHour: 17,
ShowToolTip :true,
eventMoveHandling: "Disabled",
}
i have initialized but it is not showing
and also i initialized inside
$scope.weekConfig
onBeforeEventRender: function(args) {
if (args.data.tags && args.data.tags.type === "important"){
args.data.rightClickDisabled = true;
args.data.barColor = "red";
args.ToolTip="asdf";
}
},
this also not working