Gets or sets the size of time cells.
Namespace: MindFusion.Scheduling
File: TimetableSettings.js
SyntaxJavaScript
Copy Code
|
|---|
get cellSize() {} |
A Number that specifies the size.
RemarksThe following code assigns 20 to the cellSize property of a TimetableSettings instance. Note: the code assumes you have initialized a <div> element with id �calendar� in a web page that references the JavaScript file, which contains this code:
ExampleJavaScript
Copy Code
|
|---|
var p = MindFusion.Scheduling; // create a new instance of the calendar // hide the week numbers header |
See Also