drag_highlight
Description
Эта опция выделяет начальную точку события и его длительность на шкале времени при перетаскивании события в scheduler.
drag_highlight: boolean
Example
//отключает выделение
scheduler.config.drag_highlight = false; /*!*/
scheduler.init('scheduler_here',new Date(2010,0,10),"week");
scheduler.load("./data/events.xml");
Default value: true
Details

Related API
Change log
- Выделение исходного положения события во время drag было добавлено в версии v7.1
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.