Saves the item content into an XML element.
Namespace: MindFusion.Diagramming
File: DiagramItem.js
SyntaxJavaScript
Copy Code
|
|---|
function saveToXml (xmlElement, context) |
Element. An XML DOM element that will contain the item's data.
XmlPersistContext. An object providing contextual information about the serialization process and some helper serialization methods.
See Also