v7.3.0

TimeAxisBase
private
Abstract

Base class for HorizontalTimeAxis and VerticalTimeAxis. Contains shared functionality to only render ticks in view, should not be used directly.

No results

Configs

Configs are options you supply in a configuration object when creating an instance of this class
  • The minimum width for a bottom row header cell to be considered 'compact', which adds a special CSS class to the row (for special styling). Copied from Scheduler/Gantt.

  • positionProperty : 'left'/'top'
    private

    Style property to use as cells position. Either left or top depending on orientation

  • sizeProperty : 'width'/'height'
    private

    Style property to use as cell size. Either width or height depending on orientation

Functions

Functions are methods available for calling on the class

    Source path

    Scheduler/view/TimeAxisBase.js

    Contents