v7.3.0

SchedulerStores
Mixin

Functions for store assignment and store event listeners. Manages the binding of data stores (event, resource, assignment, dependency) to the scheduler view.

See also

No results

Configs

Configs are options you supply in a configuration object when creating an instance of this class

Properties

Properties are getters/setters or publicly accessible variables on this class

Functions

Functions are methods available for calling on the class
    • onEventCommit( )
      private

      Refreshes committed events, to remove dirty/committing flag. CSS is added

    • onEventCommitStart( )
      private

      Adds the committing flag to changed events before commit.

    • Listener to the batchedUpdate event which fires when a field is changed on a record which is batch updating. Occasionally UIs must keep in sync with batched changes. For example, the EventResize feature performs batched updating of the startDate/endDate and it tells its client to listen to batchedUpdate.

    • Calls appropriate functions for current event layout when the event store is modified.

    Source path

    Scheduler/view/mixin/SchedulerStores.js

    Contents