Searched refs:commentsSupported (Results 1 – 10 of 10) sorted by relevance
/plugin/diagramsnet/lib/plugins/ |
H A D | cConf-comments.js | 74 ui.commentsSupported = function() function
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DriveFile.js | 717 DriveFile.prototype.commentsSupported = function() method in DriveFile
|
H A D | DrawioFile.js | 2325 DrawioFile.prototype.commentsSupported = function() method in DrawioFile
|
H A D | Menus.js | 3623 if (editorUi.commentsSupported()) 3633 concat(['outline', 'layers', 'tags']).concat((editorUi.commentsSupported()) ?
|
H A D | App.js | 5757 if (this.commentsSupported() && urlParams['sketch'] != '1') 7653 if (this.commentsSupported())
|
H A D | Minimal.js | 1124 if (ui.commentsSupported())
|
H A D | EditorUi.js | 14725 EditorUi.prototype.commentsSupported = function() method in EditorUi 14729 return file != null? file.commentsSupported() : false; 15649 if (editorUi.commentsSupported())
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 10041 …is.sync&&(this.sync.destroy(),this.sync=null)};DrawioFile.prototype.commentsSupported=function(){r… 11713 …dingRight="38px",this.buttonContainer.style.paddingTop="6px"));this.commentsSupported()&&"1"!=urlP… 11784 …assName="geBtn",d.appendChild(n),this.userPanel.appendChild(d),this.commentsSupported()&&(n=mxUtil… 11911 …commentsSupported()&&c.menus.addMenuItems(b,["comments"],d)};this.put("view",new Menu(mxUtils.bind… 12098 …"1"!=urlParams.sketch&&(c.menus.addMenuItems(b,["-","outline"],d),c.commentsSupported()&&c.menus.a…
|
H A D | viewer.min.js | 3081 …is.sync&&(this.sync.destroy(),this.sync=null)};DrawioFile.prototype.commentsSupported=function(){r…
|
H A D | viewer-static.min.js | 3081 …is.sync&&(this.sync.destroy(),this.sync=null)};DrawioFile.prototype.commentsSupported=function(){r…
|