fix_tab_position

moves views' tabs from the left to the right side

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:Day View, Week View, Units View

Related samples

Details

The property is available from version 3.5.

By default, the 'dhx_terrace'-skinned scheduler presents the views tabs on the left side. To place the tabs on the right side - set the option to false.

See also
Back to top