Selection
- selectable
- Allows a user to highlight multiple days or timeslots by clicking and dragging.
- selectHelper
- Whether to draw a "placeholder" event while the user is dragging.
- unselectAuto
- Whether clicking elsewhere on the page will cause the current selection to be cleared.
- unselectCancel
- A way to specify elements that will ignore the unselectAuto option.
- select (callback)
- A callback that will fire after a selection is made.
- unselect (callback)
- A callback that will fire when the current selection is cleared.
- select (method)
- A method for programmatically selecting a period of time.
- unselect (method)
- A method for programmatically clearing the current selection.
|