v7.3.0

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

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 startDateField and endDateField constructor.

  • This config parameter is passed to the startTimeField and endTimeField constructor.

Properties

Properties are getters/setters or publicly accessible variables on this class
  • isEditBase : Booleantrue
    READONLY
    static
    ADVANCED
    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

    Events

    Events are triggered for certain actions in this class and can be listened for to react to those actions in your code

    Event handlers

    Event handlers are callbacks called as a result of certain actions in this class

    Source path

    Scheduler/feature/base/EditBase.js

    Contents