Search
ItemListView.find Method
See Also
 





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

Namespace: MindFusion.Diagramming
File: ItemListView.js

 Syntax

JavaScript  Copy Code

function find (id)

 Parameters

id

String. The id of the ItemListView's DOM element.

 Return Value

ItemListView. An ItemListView object with the specified id, if found; otherwise, null.

 See Also