MindFusion.Diagramming for JavaScript Programmer's Guide

NodeEventArgs.getOldText Method

See Also
 





Gets the text that had been displayed in the node before the user edited it.

Namespace: MindFusion.Diagramming
File: EventArgs.js

 Syntax

JavaScript  Copy Code

function getOldText ()

 Return Value

A string specifying the old text of the node.

 See Also