Control.render override.
Namespace: MindFusion.Scheduling
File: Calendar.js
SyntaxJavaScript
Copy Code
|
|---|
function render () |
ExampleWhen you have finished customizing the Calendar just call the render method:
JavaScript
Copy Code
|
|---|
var p = MindFusion.Scheduling; // create a new instance of the calendar //customization code goes here // render the calendar control |
See Also