Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/
DEditorUi.js14214 …var msg = JSON.stringify({event: 'remoteInvoke', funtionName: remoteFn, functionArgs: remoteFnArgs… property
14247 var funtionName = msg.funtionName;
14248 var functionInfo = this.remoteInvokableFns[funtionName];
14250 if (functionInfo != null && typeof this[funtionName] === 'function')
14267 sendResponse(null, 'Invalid Call: ' + funtionName + ' is not allowed.');
14295 this[funtionName].apply(this, functionArgs);
14299 var resp = this[funtionName].apply(this, functionArgs);
14306 sendResponse(null, 'Invalid Call: ' + funtionName + ' is not found.');
14392 …drawioFrame.contentWindow.postMessage(JSON.stringify({action: 'remoteInvoke', funtionName: 'setMig… property
14417 …rame.contentWindow.postMessage(JSON.stringify({action: 'remoteInvoke', funtionName: 'getLocalStora… property
[all …]