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
@slot icon - The icon image for the row
@slot label - The label for the row.
@slot content - Body content for the row.
|
1195 |
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
|
3843 |
calendar.inc.xhtml |
|
1543 |
calendarDialogDateRowTemplate.inc.xhtml |
|
716 |
calendarDialogRowTemplate.inc.xhtml |
|
440 |