Name Description Size
calendar-dialog-categories.mjs Calendar Dialog Categories Template ID: #calendarDialogCategoriesTemplate @tagname calendar-dialog-categories 2192
calendar-dialog-date-row.mjs Template ID: #calendarDialogDateRowTemplate @tagname calendar-dialog-date-row @attribute {string} start-date - ISO timestamp when the event starts. @attribute {string} end-date - ISO timestamp when the event ends. @attribute {string} [repeats] - Human readable description of the repeat pattern. If omitted, the repeats icon is hidden. 1947
calendar-dialog-row.mjs Calendar Dialog Row Template Template ID: #calendarDialogRow (from calendarDialogRowTemplate.inc.xhtml) @tagname calendar-dialog-row @attribute {boolean} [expanding] - Determines whether content can be expanded. @slot icon - The icon image for the row @slot label - The label for the row. @slot content - Body content for the row. 1405
calendar-dialog-subview-manager.mjs The subview manager should contain multiple subview containers, each with their own ID. The subviews should have the hidden attribute by default. It will be toggled by this manager. The size of the default subview dictates the viewport size of any other subview. @tagname calendar-dialog-subview-manager @attribute {string} default-subview - ID of the subview that should be shown by default. @fires subviewchanged Emitted whenever the subview changed. Contains the ID of the now visible subview as detail. 3149
calendar-dialog.mjs Dialog for calendar. Template ID: #calendarDialogTemplate @tagname calendar-dialog @attribute {string} event-id - ID of the event to display. @attribute {string} calendar-id - ID of the calendar the event to display is in. 6624
calendar.inc.xhtml 2699
calendarDialogCategoriesTemplate.inc.xhtml 399
calendarDialogDateRowTemplate.inc.xhtml 716
calendarDialogRowTemplate.inc.xhtml 449