跳转到主要内容

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

draghighlight_config

Change log

  • 在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.