config

定义日期、刻度、控件的配置选项

object config;

Example

//设置Y轴项目的格式
scheduler.config.hour_date = "%H:%i:%s";
...
scheduler.init('scheduler_here', new Date(2013, 7, 5), "month");

Details

config 对象的属性在主API页面的专门章节中有详细说明,详见 Scheduler API: Properties

返回顶部