Creates and initializes a new Palette from the specified element. This method is static and can be called without creating an instance of the class.
Namespace: MindFusion.Diagramming.Controls
Assembly: Palette.js
SyntaxJavaScript
Copy Code
|
|---|
function create (element) |
HTMLDivElement. The DOM element that the Palette should be attached to.
Palette. The newly created Palette object.
See Also