Displays a day, represented by a grid of arbitrary time interval cells.
Namespace: MindFusion.Common.UI
File: DayView.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 DayView.
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.DayView