Repaints the calendar contents.
Namespace: MindFusion.Scheduling
Assembly: Calendar.js
SyntaxJavaScript
Copy Code
|
|---|
function repaint ([full]) |
Boolean. True to recreate calendar items, otherwise false.
ExampleThe 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 |
See Also