Repaints the calendar contents.
Namespace: MindFusion.Scheduling
File: Calendar.js
JavaScript Copy Code |
---|
function repaint ([full]) |
Boolean. True to recreate calendar items, otherwise false.
The following code uses a button click handler to repaint the Calendar associated with a custom form that inherits BaseForm:
JavaScript Copy Code |
---|
onSaveButtonClick(e) { // close the form // repaint the calendar |