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
- SchedulerEventRendering - Scheduler event rendering
- TimelineBase - Timeline base class
Configs
Configs are options you supply in a configuration object when creating an instance of this class-
The CSS class added to an event when it is currently committing changes
-
The CSS class added to an event when it has unsaved modifications
-
The CSS class added to an event/assignment when it ends outside of the visible time range.
-
The CSS class added to an event/assignment when it is not draggable.
-
The CSS class added to an event/assignment when it is newly created in the UI and unsynced with the server.
-
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-
Identifies an object as an instance of TimelineEventRendering class, or subclass thereof.
-
Predefined event colors, useful in combos etc.
-
Predefined event styles , useful in combos etc.
-
Identifies an object as an instance of TimelineEventRendering class, or subclass thereof.