Loads the item content from an XML element.
Namespace: MindFusion.Diagramming
Assembly: DiagramItem.js
SyntaxJavaScript
Copy Code
|
|---|
function loadFromXml (xmlElement, context) |
Element. An XML DOM element that contains the item's serialized content.
An XmlPersistContext object providing contextual information about the serialization process and some helper serialization methods.
See Also