content |
String |
The template to be used for rendering the cells in "month" view, which are between the min/max range. |
content-handler |
String |
|
content-id |
String |
The template to be used for rendering the cells in "month" view, which are between the min/max range. |
content-view |
IHtmlContent |
The template to be used for rendering the cells in "month" view, which are between the min/max range. |
empty |
String |
The template used for rendering cells in the "month" view, which are outside the min/max range. |
empty-handler |
String |
|
empty-id |
String |
The template used for rendering cells in the "month" view, which are outside the min/max range. |
empty-view |
IHtmlContent |
The template used for rendering cells in the "month" view, which are outside the min/max range. |
week-number |
String |
The template to be used for rendering the cells in "week" column. By default, the widget renders the calculated week of the year. The properties available in the data object are: currentDate - returns the first date of the current week. or weekNumber - calculated week number.. These properties can be used in the template to make additional calculations. |
week-number-handler |
String |
|
week-number-id |
String |
The template to be used for rendering the cells in "week" column. By default, the widget renders the calculated week of the year. The properties available in the data object are: currentDate - returns the first date of the current week. or weekNumber - calculated week number.. These properties can be used in the template to make additional calculations. |
week-number-view |
IHtmlContent |
The template to be used for rendering the cells in "week" column. By default, the widget renders the calculated week of the year. The properties available in the data object are: currentDate - returns the first date of the current week. or weekNumber - calculated week number.. These properties can be used in the template to make additional calculations. |