RecurrenceEditor
A class implementing a dialog to edit a RecurrenceModel. The class is used by the RecurringEvents feature, and you normally don't need to instantiate it.
Before showing the dialog, you need to use record to load a recurrence model data into the editor fields. For example:
// make the editor instance
const editor = new RecurrenceEditor();
// load recurrence model into it
editor.record = new RecurrenceModel({ frequency : "WEEKLY" });
// display the editor
editor.show();
See also
- RecurrenceModel - Recurrence data model
- RecurrenceConfirmationPopup - Confirmation dialog
- RecurringEvents - Recurring events mixin
No results
Properties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of RecurrenceEditor class, or subclass thereof.
-
Identifies an object as an instance of RecurrenceEditor class, or subclass thereof.
type: recurrenceeditor