시트를 비활성화 합니다.
시트 위에 투명한 layer가 덮혀 hover 관련 기능을 차단하고 기타 키보드, 마우스 이벤트가 차단됩니다.
disable영역은 시트 바깥 영역에 있습니다.fixedInSheet를true로 사용시에 안쪽에 영역을 고정시킵니다.
void disable( hard, fixedInSheet );
| Name | Type | Required | Description |
|---|---|---|---|
| hard | boolean |
선택 | true 설정시 시트위에 50% 반투명 layer가 표시됩니다.(default:0(false)) |
| fixedInSheet | boolean |
선택 | true 설정시 시트 영역 안쪽에 disable 영역을 만듭니다. (default:0(false)) |
none
//시트를 비활성화
sheet.disable(true);
| product | version | desc |
|---|---|---|
| core | 8.0.0.0 | 기능 추가 |
| core | 8.0.0.19 | fixedInSheet 인자 추가 |