Searched refs:showLibraryDialog (Results 1 – 6 of 6) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Menus.js | 3283 editorUi.showLibraryDialog(null, null, null, null, App.MODE_GOOGLE); 3299 editorUi.showLibraryDialog(null, null, null, null, App.MODE_ONEDRIVE); 3314 editorUi.showLibraryDialog(null, null, null, null, App.MODE_DROPBOX); 3331 editorUi.showLibraryDialog(null, null, null, null, App.MODE_GITHUB); 3339 editorUi.showLibraryDialog(null, null, null, null, App.MODE_GITLAB); 3348 editorUi.showLibraryDialog(null, null, null, null, App.MODE_NOTION); 3356 editorUi.showLibraryDialog(null, null, null, null, App.MODE_TRELLO); 3373 editorUi.showLibraryDialog(null, null, null, null, App.MODE_BROWSER); 3382 editorUi.showLibraryDialog(null, null, null, null, App.MODE_DEVICE);
|
H A D | ElectronApp.js | 319 editorUi.showLibraryDialog(null, null, null, null, App.MODE_DEVICE);
|
H A D | EditorUi.js | 3261 this.showLibraryDialog(file.getTitle(), contentDiv, images, file, file.getMode()); 3796 EditorUi.prototype.showLibraryDialog = function(name, sidebar, images, file, mode) method in EditorUi
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 10767 …var y=this.editor.graph,C=null,F=mxUtils.bind(this,function(f){this.showLibraryDialog(b.getTitle()… 10785 ….showDialog(f.container,360,200,!0,!0);f.init()};EditorUi.prototype.showLibraryDialog=function(b,c… 11899 …ve?b.addItem(mxResources.get("googleDrive")+"...",null,function(){c.showLibraryDialog(null,null,nu… 11900 …showLibraryDialog(null,null,null,null,App.MODE_ONEDRIVE)},d):l&&"function"===typeof window.OneDriv… 11901 …showLibraryDialog(null,null,null,null,App.MODE_GITHUB)},d);null!=c.gitLab&&b.addItem(mxResources.g… 11902 …showLibraryDialog(null,null,null,null,App.MODE_TRELLO)},d):m&&"function"===typeof window.TrelloCli… 11903 "...",null,function(){c.showLibraryDialog(null,null,null,null,App.MODE_DEVICE)},d)})),this.put("ope…
|
H A D | viewer.min.js | 3435 …var B=this.editor.graph,F=null,M=mxUtils.bind(this,function(d){this.showLibraryDialog(b.getTitle()… 3453 ….showDialog(d.container,360,200,!0,!0);d.init()};EditorUi.prototype.showLibraryDialog=function(b,c…
|
H A D | viewer-static.min.js | 3435 …var B=this.editor.graph,F=null,M=mxUtils.bind(this,function(d){this.showLibraryDialog(b.getTitle()… 3453 ….showDialog(d.container,360,200,!0,!0);d.init()};EditorUi.prototype.showLibraryDialog=function(b,c…
|