Searched refs:curUrl (Results 1 – 2 of 2) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Menus.js | 4276 var curUrl = null; 4290 curUrl = Graph.getFontUrl(curFontName, null); 4292 if (curUrl != null) 4294 if (Graph.isGoogleFontUrl(curUrl)) 4296 curUrl = null; 4330 curUrl = temp; 4352 … curUrl = webFont != null? webFont.url : mxResources.get('urlNotFound', null, 'URL not found'); 4358 if (curUrl != null && curUrl.substring(0, PROXY_URL.length) == PROXY_URL) 4360 curUrl = decodeURIComponent(curUrl.substr((PROXY_URL + '?url=').length)); 4371 …var dlg = new FontDialog(this.editorUi, curFontName, curUrl, curType, mxUtils.bind(this, function(…
|
H A D | Dialogs.js | 11485 var FontDialog = function(editorUi, curFontname, curUrl, curType, fn) argument 11685 webFontUrlInput.setAttribute('value', curUrl || '');
|