EditBase
Base class for EventEdit. Provides shared logic for event editing dialogs including field management, date handling, and feature interaction during edits. Not to be used directly.
See also
- EventEdit - Scheduler event edit feature
- SimpleEventEdit - Simple inline event editing
No results
Configs
Configs are options you supply in a configuration object when creating an instance of this class-
The week start day used in all date fields of the feature editor form by default. 0 means Sunday, 6 means Saturday. Defaults to the locale's week start day.
-
True to save and close this panel if ENTER is pressed in one of the input fields inside the panel.
-
This config parameter is passed to the
startDateFieldandendDateFieldconstructor. -
This config parameter is passed to the
startTimeFieldandendTimeFieldconstructor.
Properties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of EditBase class, or subclass thereof.
-
Identifies an object as an instance of EditBase class, or subclass thereof.
Functions
Functions are methods available for calling on the class-
updateRecord( )private
Updates record being edited with values from the editor