Writes a string value with the specified name.
Namespace: MindFusion.Diagramming
Package: XmlPersistContext.js
JavaScript Copy Code |
---|
function writeString (stringValue, elementName, parentElement) |
The string that should be saved in current XML document.
A string specifying the name of the new element.
The parent DOM Element object.
Type: Element
The newly created DOM Element object.