config

defines configuration options for dates, scale, controls

object config;

Example

//sets the format of Y-Axis items
scheduler.config.hour_date = "%H:%i:%s";
...
scheduler.init('scheduler_here', new Date(2013, 7, 5), "month");

Details

The properties of the config object are described in a separate chapter of the root API page Scheduler API: Properties.

Back to top