Writes a floating-point number with the specified name.
Namespace: MindFusion.Diagramming
Package: XmlPersistContext.js
JavaScript Copy Code |
---|
function writeFloat (floatValue, elementName, parentElement) |
The number 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.