wide_form

표준 (wide) 라이트박스를 짧은 버전 대신 표시할지 여부를 제어합니다.

boolean wide_form;

Example

scheduler.config.wide_form = true;
...
scheduler.init('scheduler_here', new Date(2013, 7, 5), "week");


Default value:

true

Related samples

Details

기본 스킨에서는 표준 (wide) 라이트박스가 기본으로 활성화되어 있으며, 짧은 버전으로 변경할 수 없습니다.


  • 표준 라이트박스

  • Wide 라이트박스

맨 위로