跳转到主要内容

toXML

Description

将调度器的数据转换为XML格式

toXML: () => string

Returns

  • string - (string) - 一个包含XML格式数据的字符串

Example

var str = scheduler.toXML();

Details

注释

该方法需要启用serialize 插件。

  • 如有需要,可以配置自定义属性。
  • 此方法支持与重复事件一起使用。
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.