fix_tab_position
Description
뷰의 탭을 왼쪽에서 오른쪽으로 이동합니다.
fix_tab_position: boolean
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
이 옵션은 버전 3.5부터 제공됩니다.
기본적으로 'dhx_terrace' 스킨이 적용된 scheduler는 뷰 탭을 왼쪽에 표시합니다. 탭을 오른쪽으로 이동하려면 이 옵션을 false로 설정하면 됩니다.
Related Guides
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.