Searched refs:postStencilLoad (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Graph.js | 7084 mxStencilRegistry.loadStencilSet = function(stencilFile, postStencilLoad, force, async) argument 7107 mxStencilRegistry.parseStencilSet(xmlDoc2.documentElement, postStencilLoad, install); 7131 mxStencilRegistry.parseStencilSet(xmlDoc.documentElement, postStencilLoad, install); 7162 mxStencilRegistry.parseStencilSet = function(root, postStencilLoad, install) argument 7172 mxStencilRegistry.parseStencilSet(shapes, postStencilLoad, install); 7206 if (postStencilLoad != null) 7214 postStencilLoad(packageName, stencilName, name, w, h);
|