MindFusion.Diagramming for JavaScript Programmer's Guide
ZoomControl.find Method
See Also
 





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

Namespace: MindFusion.Controls
File: ZoomControl.js

 Syntax

JavaScript  Copy Code

function find (id, [parent])

 Parameters

id

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

parent
Optional.

The component or element that contains the zoomControl to find.

 Return Value

Type: ZoomControl
A ZoomControl object that contains the zoomControl requested by id, if found; otherwise, null.

 See Also

ZoomControl Members
ZoomControl Class
MindFusion.Controls Namespace