Reads a string value with the specified name.
Namespace: MindFusion.Diagramming
File: XmlPersistContext.js
SyntaxJavaScript
Copy Code
|
|---|
function readString (elementName, parentElement, [defaultValue]) |
String. The name of the string's XML element.
Element. The parent DOM Element object.
Object. The default string to return if specified child XML element does not exist.
String. The string loaded from XML.
See Also