본문으로 건너뛰기

keys

Description

스케줄러의 핫키를 설정합니다

keys: SchedulerHotkeys

Example

scheduler.keys.edit_save = 32;
...
scheduler.init('scheduler_here',new Date(),"month");

Details

keys 객체는 다음과 같은 속성을 포함합니다:

속성

설명

기본값

적용 가능한 뷰

edit_save편집 작업을 확정하는 키보드 키의 키 코드를 지정합니다 (라이트박스에서 'Save' 버튼을 클릭하는 대신 사용할 수 있습니다)13 ('Enter' 키)모든 뷰
edit_cancel편집 작업을 취소하는 키보드 키의 키 코드를 지정합니다 (라이트박스에서 'Cancel' 버튼을 클릭하는 대신 사용할 수 있습니다)27 ('Escape' 키)모든 뷰
노트

참고로, 모든 keys 속성은 'number' 데이터 타입을 사용합니다.

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.