MindFusion.Diagramming for JavaScript Programmer's Guide

NodeListView.addCaption Method

See Also
 





Adds the specified text at the item with the specified index.

Namespace: MindFusion.Diagramming
File: NodeListView.js

 Syntax

JavaScript  Copy Code

function addCaption (item, index, text)

 Parameters

item

The item to add the caption to.

index

The index of the item to add the caption to.

text

The text of the caption.

 See Also