Searched refs:showLinkDialog (Results 1 – 7 of 7) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Actions.js | 702 ui.showLinkDialog(value, mxResources.get('apply'), function(link, docs, linkTarget) 722 ui.showLinkDialog('', mxResources.get('insert'), function(link, docs, linkTarget) 809 ui.showLinkDialog(oldValue, mxResources.get('apply'), mxUtils.bind(this, function(value)
|
H A D | EditorUi.js | 4960 EditorUi.prototype.showLinkDialog = function(value, btnLabel, fn) method in EditorUi
|
/plugin/diagramsnet/lib/plugins/ |
H A D | cConf-1-4-8.js | 889 ui.showLinkDialog = function(value, btnLabel, fn) class in ui
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | EditorUi.js | 13654 EditorUi.prototype.showLinkDialog = function(value, btnLabel, fn, showNewWindowOption, linkTarget) method in EditorUi
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 2292 …urces.get("fileNotFound"))};t.src=p}else e(null)};EditorUi.prototype.showLinkDialog=function(b,c,e… 2973 …led()&&null!=b&&g.isCellEditable(b)){var d=g.getLinkForCell(b)||"";e.showLinkDialog(d,mxResources.… 2974 …",function(){g.isEnabled()&&!g.isCellLocked(g.getDefaultParent())&&e.showLinkDialog("",mxResources… 2977 …te("href")||"",g.selectNode(d));var u=g.cellEditor.saveSelection();e.showLinkDialog(c,mxResources.…
|
H A D | viewer-static.min.js | 2292 …urces.get("fileNotFound"))};t.src=p}else e(null)};EditorUi.prototype.showLinkDialog=function(b,c,e… 2973 …led()&&null!=b&&g.isCellEditable(b)){var d=g.getLinkForCell(b)||"";e.showLinkDialog(d,mxResources.… 2974 …",function(){g.isEnabled()&&!g.isCellLocked(g.getDefaultParent())&&e.showLinkDialog("",mxResources… 2977 …te("href")||"",g.selectNode(d));var u=g.cellEditor.saveSelection();e.showLinkDialog(c,mxResources.…
|
H A D | app.min.js | 2326 …urces.get("fileNotFound"))};k.src=f}else d(null)};EditorUi.prototype.showLinkDialog=function(a,b,d… 3518 …led()&&null!=a&&c.isCellEditable(a)){var b=c.getLinkForCell(a)||"";d.showLinkDialog(b,mxResources.… 3519 …",function(){c.isEnabled()&&!c.isCellLocked(c.getDefaultParent())&&d.showLinkDialog("",mxResources… 3522 …te("href")||"",c.selectNode(b));var k=c.cellEditor.saveSelection();d.showLinkDialog(e,mxResources.…
|