Search
Palette.addCategory Method
See Also
 





Adds a new category to the palette.

Namespace: MindFusion.Diagramming.Controls
File: Palette.js

 Syntax

JavaScript  Copy Code

function addCategory (title, [image])

 Parameters

title

String. The title text of the category.

image
Optional.

String. The URL of an image to be displayed in the category header.

 See Also