"timeGrid" 뷰(View)의 시간슬롯(Time Slot)을 사용자가 마우스 Drag and Drop으로 선택 시
"placeholder"
일정(Event) UI를 표시할지 여부를 설정합니다. ("placeholder"
일정(Event) UI는 일정(Event) 정보가 없는 선택된 영역의 시간 범위만을 보여주는 UI입니다.)selectable
옵션이true
로 설정 되어야 확인 가능합니다.
boolean
Value | Description |
---|---|
false |
"timeGrid" 뷰(View) 에서 마우스 Drag and Drop 시 선택된 영역을 시각적으로 표시하지 않습니다.(default ) |
true |
"timeGrid" 뷰(View) 에서 마우스 Drag and Drop 시 선택된 영역을 시각적으로 표시합니다. |
options = {
selectMirror: true,
selectable: true
};
product | version | desc |
---|---|---|
core | 1.5.0.0 | 기능 추가 |