Home
last modified time | relevance | path

Searched refs:libContent (Results 1 – 3 of 3) sorted by relevance

/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js1138 ui.remoteInvoke('getFileContent', [this.downloadUrl], null, function(libContent) argument
1143 doc = mxUtils.parseXml(libContent);
1192 … ui.remoteInvoke('getFileContent', [lib.downloadUrl], null, mxUtils.bind(lib, function(libContent) argument
1196 ui.loadLibrary(new RemoteLibrary(ui, libContent, this));
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js5620 ….remoteInvoke('getFileContent', [libObj.downloadUrl], null, mxUtils.bind(this, function(libContent) argument
5624 onload(new RemoteLibrary(this, libContent, libObj));
H A DEditorUi.js14098 …his.remoteInvoke('getFileContent', [lib.downloadUrl], null, mxUtils.bind(this, function(libContent) argument
14106 this.loadLibrary(new RemoteLibrary(this, libContent, lib));