Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js10279 function swapActiveItem(newItem, activeCls, itemInfo) argument
10301 currentItemInfo = itemInfo;
10302 categorySelected = itemInfo.isCategory;
10319 var itemInfo = currentItemInfo;
10330 currentItemInfo = itemInfo;
10352 callback(xml, filename, itemInfo, openDiagram);
10357 if (itemInfo.isExternal)
10359 loadExtDoc(itemInfo, function(xml)
10364 else if (itemInfo.url)
10366 mxUtils.get(TEMPLATE_PATH + '/' + itemInfo.url, mxUtils.bind(this, function(req)
[all …]
H A DEditorUi.js11932 var tempDlg = new TemplatesDialog(this, function(xml, filename, itemInfo) argument
11938 tempUrl: itemInfo.url, libs: itemInfo.libs,
11939 builtIn: itemInfo.info != null && itemInfo.info.custContentId != null,