Adds an item to the palette.
Namespace: MindFusion.Diagramming.Controls
Assembly: Palette.js
SyntaxJavaScript
Copy Code
|
|---|
function addItem (item, category, [caption]) |
DiagramItem. The item to add.
String. The category of the item.
String. The caption to display for the item.
See Also