show_loading

데이터 로딩 중에 진행 표시기나 스피너를 표시합니다. 이는 동적 로딩 시나리오에 유용합니다.

boolean show_loading;

Example

scheduler.config.show_loading = true;
...
scheduler.init('scheduler_here',new Date(2013,0,10),"week");


Default value:

false
See also
맨 위로