Loads schedule data from specified XML Document.
Namespace: MindFusion.Scheduling
File: Schedule.js
SyntaxJavaScript
Copy Code
|
|---|
function fromXmlDocument (document) |
Document. A DOM Document object containing XML-serialized schedule data.
ExampleThe following method loads the schedule from a file:
JavaScript
Copy Code
|
|---|
| function fromXml(xmldoc) { calendar.schedule.fromXmlDocument(xmldoc); } |
See Also