fix_tab_position

将视图的 tabs 从左侧移到右侧

boolean fix_tab_position;

Example

scheduler.config.fix_tab_position = false;
...
scheduler.init('scheduler_here', new Date(2013,05,11), "week");


Default value:

true
Applicable views:日视图, 周视图, Units 视图

Related samples

Details

此选项自版本 3.5 起可用。

默认情况下,'dhx_terrace' 皮肤 的 scheduler 会将视图的 tabs 显示在左侧。若要将 tabs 移动到右侧,只需将此选项设置为 false

See also
返回顶部