Searched refs:getLinkForPage (Results 1 – 2 of 2) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Pages.js | 1711 EditorUi.prototype.getLinkForPage = function(page, params, lightbox) method in EditorUi 1764 var url = this.getLinkForPage(page); 1797 var dlg = new EmbedDialog(this, this.getLinkForPage(page, params, lightbox));
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 11993 EditorUi.prototype.getLinkForPage=function(b,e,d){if(!mxClient.IS_CHROMEAPP&&!EditorUi.isElectronAp… 11995 …ll,mxUtils.bind(this,function(){this.renamePage(b,e)}),c);null!=this.getLinkForPage(b)&&(d.addSepa… 11997 l=new EmbedDialog(this,this.getLinkForPage(b,c,l));this.showDialog(l.container,450,240,!0,!0);l.ini…
|