diff --git a/src/views/calendar/CalendarDoc.vue b/src/views/calendar/CalendarDoc.vue index 252f7ac46..f01c5eb5d 100644 --- a/src/views/calendar/CalendarDoc.vue +++ b/src/views/calendar/CalendarDoc.vue @@ -25,13 +25,13 @@ export default {
Calendar is displayed in a popup by default and inline property needs to be enabled for inline mode.
+Calendar is displayed in a popup by default and inline property needs to be enabled for inline mode.
By default calendar allows selecting one date only whereas multiple dates can be selected by setting selectionMode to multiple. In this +
By default calendar allows selecting one date only whereas multiple dates can be selected by setting selectionMode to multiple. In this case calendar updates the value with an array of dates where optionally number of selectable dates can be restricted with maxDateCount property. Third alternative is the range mode that allows selecting a range based on an array of two values where first value is the start date and second value is the end date.
@@ -41,7 +41,7 @@ export default {Default date format is mm/dd/yy, to customize this use dateFormat property or define it at locale settings. Note that standalone property overrides the value in locale settings.
+Default date format is mm/dd/yy, to customize this use dateFormat property or define it at locale settings. Note that standalone property overrides the value in locale settings.
TimePicker is enabled with showTime property and 24 (default) or 12 hour mode is configured using hourFormat option. If you - need to use the time picker as standalone, use the timeOnly property. +
TimePicker is enabled with showTime property and 24 (default) or 12 hour mode is configured using hourFormat option. If you + need to use the time picker as standalone, use the timeOnly property.
To disable entering dates manually, set readonlyInput to true and to restrict selectable dates use minDate - and maxDate options.
+To disable entering dates manually, set manualInput to true and to restrict selectable dates with the minDate + and maxDate options.
To disable specific dates or days, restrict selectable dates use disabledDates and/or disabledDays options.
+To disable specific dates or days, restrict selectable dates use disabledDates and/or disabledDays options.
Button bar displays today and clear buttons and enabled using showButtonBar property.
+Button bar displays today and clear buttons and enabled using showButtonBar property.
Displaying multiple months is enabled by setting numberOfMonths property to a value greater than 1.
+Displaying multiple months is enabled by setting numberOfMonths property to a value greater than 1.
Calendar UI accepts custom content using header and footer templates.
+