SchedulerProBase
A thin base class for SchedulerPro. Includes fewer features by default, allowing smaller custom-built bundles if used in place of SchedulerPro.
NOTE: In most scenarios you should use SchedulerPro instead of SchedulerProBase.
Configs
270
Configs
270Common
Data
Inline assignments, will be loaded into the backing project's AssignmentStore.
The optional AssignmentStore, holding assignments between resources and events. Required for multi assignments.
Inline calendars, will be loaded into the backing project's CalendarManagerStore.
Inline dependencies, will be loaded into the backing project's DependencyStore.
The optional DependencyStore.
Inline events, will be loaded into the backing project's EventStore.
The EventStore holding the events to be rendered into the scheduler.
A ProjectModel instance or a config object. The project holds all SchedulerPro data.
Inline resources, will be loaded into the backing project's ResourceStore.
The ResourceStore holding the resources to be rendered into the scheduler.
Misc
If set to true this will show a color field in the TaskEdit editor and also a
picker in the EventMenu. Both enables the user to choose a color which will be
applied to the event bar's background. See EventModel's
eventColor config.
config.
Other
A task field (id, wbsCode, sequenceNumber etc) that will be used when displaying and editing linked tasks.
Conflict resolution
Content
CSS
Dates
DOM
Float & align
Layout
Masking
Milestones
misc
Scheduled events
Selection
State
Time axis
Tree
Zoom
Properties
255
Properties
255Common
Get mode (horizontal/vertical)
Class hierarchy
Data
Get/set assignments, applies to the backing project's AssignmentStore.
Get/set the event store instance of the backing project.
Get/set calendars, applies to the backing projects CalendarManagerStore.
Get/set dependencies, applies to the backing projects DependencyStore.
Get/set the dependencies store instance of the backing project.
Get/set events, applies to the backing project's EventStore.
Get/set the event store instance of the backing project.
Get/set ProjectModel instance, containing the data visualized by the SchedulerPro.
Get/set resources, applies to the backing project's ResourceStore.
Get/set the resource store instance of the backing project