Displays a year, represented by a grid of month cells.
Namespace: MindFusion.Common.UI
File: YearView.js
JavaScript Copy Code |
---|
// class |
The following code creates a new Calendar instance using a reference to an HTML div with an id "calendar". The view is set to YearView.
JavaScript Copy Code |
---|
var u = MindFusion.Common.UI; var calendar = u.Calendar(document.getElementById("calendar")); |
MindFusion.Common.UI.UIControl
MindFusion.Common.UI.DateTimeView
MindFusion.Common.UI.YearView