v7.3.0

TimelineEventRendering
Mixin

Functions to handle event rendering (EventModel -> dom elements). Provides base rendering configuration for event bars, including style, color, layout mode, and content generation.

See also

No results

Configs

Configs are options you supply in a configuration object when creating an instance of this class
  • committingCls : Stringb-sch-committing
    private

    The CSS class added to an event when it is currently committing changes

  • dirtyCls : Stringb-sch-dirty
    private

    The CSS class added to an event when it has unsaved modifications

  • endsOutsideViewCls : Stringb-sch-event-endsoutside
    private

    The CSS class added to an event/assignment when it ends outside of the visible time range.

  • fixedEventCls : Stringb-sch-event-fixed
    private

    The CSS class added to an event/assignment when it is not draggable.

  • generatedIdCls : Stringb-sch-dirty-new
    private

    The CSS class added to an event/assignment when it is newly created in the UI and unsynced with the server.

  • startsOutsideViewCls : Stringb-sch-event-startsoutside
    private

    The CSS class added to an event/assignment when it starts outside of the visible time range.

Properties

Properties are getters/setters or publicly accessible variables on this class
  • isTimelineEventRendering : Booleantrue
    READONLY
    ADVANCED
    Identifies an object as an instance of TimelineEventRendering class, or subclass thereof.

Functions

Functions are methods available for calling on the class

    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

    CSS variables

    CSS variables that can be set to adjust appearance
    Name Description
    --b-events-zindex Event z-index

    Source path

    Scheduler/view/mixin/TimelineEventRendering.js

    Contents