MonthTemplateTagHelper

Example

Razor
<month>
    <content-template></content-template>
    <empty-template></empty-template>
    <week-number-template></week-number-template>
</month>

ChildTags

Tag NameDetails
content-templateTemplateTagHelper
empty-templateTemplateTagHelper
week-number-templateTemplateTagHelper

Attributes

AttributeTypeDescription
contentStringThe template to be used for rendering the cells in "month" view, which are between the min/max range.
content-handlerString
content-idStringThe template to be used for rendering the cells in "month" view, which are between the min/max range.
content-viewIHtmlContentThe template to be used for rendering the cells in "month" view, which are between the min/max range.
emptyStringThe template used for rendering cells in the "month" view, which are outside the min/max range.
empty-handlerString
empty-idStringThe template used for rendering cells in the "month" view, which are outside the min/max range.
empty-viewIHtmlContentThe template used for rendering cells in the "month" view, which are outside the min/max range.
week-numberStringThe 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-handlerString
week-number-idStringThe 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-viewIHtmlContentThe 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.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support