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





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

Namespace: MindFusion.Diagramming
Package: Overview.js

 Syntax

JavaScript  Copy Code

function find (id, [parent])

 Parameters

id

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

parent
Optional.

The component or element that contains the overview to find.

 Return Value

An Overview object that contains the overview requested by id if found, or null otherwise.

 See Also

Overview Members
Overview Class
MindFusion.Diagramming Namespace