Reads a Boolean value with the specified name.
Namespace: MindFusion.Diagramming
Package: XmlPersistContext.js
JavaScript Copy Code |
---|
function readBool (elementName, parentElement, defaultValue) |
String. A string specifying the name of the Boolean XML element.
Element. The parent DOM Element object.
Boolean. The default value to return if specified child XML element does not exist.
Boolean. The value loaded from XML.
NetDiagram Programmer's Guide | © 2023 MindFusion |