Returns the specified Palette object. This member is static and can be invoked without creating an instance of the class.
Namespace: MindFusion.Diagramming.Controls
File: Palette.js
SyntaxJavaScript
Copy Code
|
|---|
function find (id) |
String. The id of the Palette's element.
Palette. A Palette object with the specified id, if found, or null otherwise.
See Also