ASP.NET Pack Programmer's Guide
NodeListView.find Method
See Also
 





Returns the specified NodeListView object. This member is static and can be invoked without creating an instance of the class.

Namespace: MindFusion.Diagramming
Package: NodeListView.js

 Syntax

JavaScript  Copy Code

function find (id, [parent])

 Parameters

id

A string that contains the ID of the nodeListView to find.

parent
Optional.

The component or element that contains the nodeListView to find.

 Return Value

A NodeListView object that contains the nodeListView requested by id, if found; otherwise, null.

 See Also

NodeListView Members
NodeListView Class
MindFusion.Diagramming Namespace