ejs-recurrenceeditor
represents the VueJS RecurrenceEditor Component.
<ejs-recurrenceeditor></ejs-recurrenceeditor>
Sets the specific calendar type to be applied on recurrence editor.
Defaults to ‘Gregorian’
string
Allows styling with custom class names.
Defaults to null
string
Sets the user specific date format on recurrence editor.
Defaults to null
boolean
Enable or disable persisting component’s state between page reloads.
Defaults to false
boolean
Enable or disable rendering component in right to left direction.
Defaults to false
Sets the type of recurrence end for the recurrence pattern on the editor.
Defaults to [‘never’, ‘until’, ‘count’]
number
Sets the first day of the week.
Defaults to 0
Sets the recurrence pattern on the editor.
Defaults to [‘none’, ‘daily’, ‘weekly’, ‘monthly’, ‘yearly’]
string
Overrides the global culture and localization value for this component. Default global culture is ‘en-US’.
Defaults to ”
Date
Sets the maximum date on recurrence editor.
Defaults to new Date(2099, 11, 31)
Date
Sets the minimum date on recurrence editor.
Defaults to new Date(1900, 0, 1)
number
Sets the current repeat type to be set on the recurrence editor.
Defaults to 0
Date
Sets the start date on recurrence editor.
Defaults to new Date()
string
Sets the recurrence rule as its output values.
Defaults to null
Destroys the widget.
Returns void
Get the properties to be maintained in the persisted state.
Returns string
EmitType<RecurrenceEditorChangeEventArgs>
Triggers for value changes on every sub-controls rendered within the recurrence editor.