MultiViewCalendarMonthSettingsBuilder
Methods
Content(System.String)
The template to be used for rendering the cells in "month" view, which are between the min/max range. By default, the widget renders the value of the corresponding day.
Parameters
value - System.String
The value for Content
WeekNumber(System.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.
Parameters
value - System.String
The value for WeekNumber
Empty(System.String)
The template to be used for rendering the cells in the "month" view, which are not in the min/max range. By default, the widget renders an empty string.
Parameters
value - System.String
The value for Empty