droppable (Properties)

IBCalendar로 Drag가 가능하도록 설정한 HTML element나 다른 IBCalendar의 일정(Event)을 Dragging하여 IBCalendar에 Drop할 수 있는지 설정합니다.

Type

boolean

Options

Value Description
false 마우스 Drag & Drop 통하여 달력에 일정을 추가 할 수 있도록 허용하지 않습니다.(default)
true 마우스 Drag & Drop 통하여 달력에 일정을 추가 할 수 있도록 허용합니다.

Example

options = {
    droppable: true
};

Since

product version desc
core 1.5.0.0 기능 추가