These docs are for an old release.
Info on upgrading to v4
selectAllow 3.0
Exact programmatic control over where the user can select.
function(selectInfo)
This callback will be called for every new potential selection as the user is dragging.
The callback function will receive information about where the user is attempting to select (selectInfo
) and must return either true
or false
.
The selectInfo
object will have the following properties:
start
(a Moment)end
exclusive end date/time (a Moment)resourceId
if you are using a Resource View