Search
Header.loadFromXml Method
See Also
 






Loads the lane header from the specified XML element.

Namespace: MindFusion.Diagramming.Lanes
File: Header.js

 Syntax

JavaScript  Copy Code

function loadFromXml (xmlElement, context)

 Parameters

xmlElement

Element. An XML DOM element that will contain the item's data.

context

XmlPersistContext. An object providing contextual information about the serialization process and some helper serialization methods.

 See Also