readonly_form
라이트박스에 읽기 전용 모드를 활성화합니다.
boolean readonly_form;
Example
scheduler.config.readonly_form = true;
...
scheduler.init('scheduler_here',new Date(2013,05,11),"month");
Default value:
false
Related samples
Details
이 속성을 사용하려면 readonly 플러그인이 활성화되어 있어야 합니다.
See also
맨 위로