Home
last modified time | relevance | path

Searched refs:customFns (Results 1 – 2 of 2) sorted by relevance

/plugin/diagramsnet/lib/js/grapheditor/
H A DSidebar.js3873 …lPalette = function(id, title, stencilFile, style, ignore, onInit, scale, tags, customFns, groupId) argument
3882 if (customFns != null)
3884 for (var i = 0; i < customFns.length; i++)
3886 fns.push(customFns[i]);
3924 if (customFns != null)
3926 for (var i = 0; i < customFns.length; i++)
3928 customFns[i](content);
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js1209 …lPalette = function(id, title, stencilFile, style, ignore, onInit, scale, tags, customFns, groupId) argument