positive_closing
Description
控制用户在事件框内直接编辑事件文本时的"保存"行为
positive_closing: boolean
Example
scheduler.config.positive_closing = true;
...
scheduler.init('scheduler_here', new Date(2013,05,11), "week");
Default value: false
Applicable views: Day view, Week view, Units view
Details
点击选择栏中的编辑按钮会打开一个表单,用于编辑事件文本。通常情况下,点击表单外部会关闭表单并放弃所有更改。将此选项设置为 true 时,点击表单外部将保存更改,而不是取消。
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.