Gets or sets the resolution of the list view.
Namespace: MindFusion.Scheduling
File: ListSettings.js
JavaScript Copy Code |
---|
get cellUnits() {} |
TimeUnit. One of the TimeUnit enumeration values.
The following code gets an HTML element with it "cellUnits" and assign the value of the cellUnits property of a listSettings object to it:
JavaScript Copy Code |
---|
document.getElementById("cellUnits").value = calendar.listSettings.cellUnits; |
JavaScript Pack Programmer's Guide | © 2024 MindFusion |