Searched refs:canvasSupported (Results 1 – 6 of 6) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | EditorUi.js | 487 EditorUi.prototype.canvasSupported = !!(cnv.getContext && cnv.getContext('2d')); method in EditorUi 6150 if (this.isOffline() || !this.canvasSupported) 6172 …ckbox(div, mxResources.get('grid'), false, this.isOffline() || !this.canvasSupported, false, true)… 9673 var showRuler = this.canvasSupported && document.documentMode != 9 &&
|
H A D | Menus.js | 252 rulerAction.setEnabled(editorUi.canvasSupported && document.documentMode != 9);
|
H A D | App.js | 2417 else if (this.canvasSupported && this.getCurrentFile() != null)
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 3366 …ted=!1;try{var b=document.createElement("canvas");EditorUi.prototype.canvasSupported=!(!b.getConte… method in EditorUi 3527 …ight="8px";T.setAttribute("type","checkbox");!this.isOffline()&&this.canvasSupported||Q.setAttribu… 3528 …his.addCheckbox(d,mxResources.get("grid"),!1,this.isOffline()||!this.canvasSupported,!1,!0),l+=30;…
|
H A D | app.min.js | 10698 …ted=!1;try{var b=document.createElement("canvas");EditorUi.prototype.canvasSupported=!(!b.getConte… method in EditorUi 10859 …ight="8px";P.setAttribute("type","checkbox");!this.isOffline()&&this.canvasSupported||Q.setAttribu… 10860 …his.addCheckbox(f,mxResources.get("grid"),!1,this.isOffline()||!this.canvasSupported,!1,!0),m+=30;… 11617 …ll,null,null,n,null,null,null,null,"diagram",null),d=!0;else if(this.canvasSupported&&null!=this.g… 11799 c.editor.graph.view.unit);c.refresh()});p.setEnabled(c.canvasSupported&&9!=document.documentMode);p…
|
H A D | viewer-static.min.js | 3366 …ted=!1;try{var b=document.createElement("canvas");EditorUi.prototype.canvasSupported=!(!b.getConte… method in EditorUi 3527 …ight="8px";T.setAttribute("type","checkbox");!this.isOffline()&&this.canvasSupported||Q.setAttribu… 3528 …his.addCheckbox(d,mxResources.get("grid"),!1,this.isOffline()||!this.canvasSupported,!1,!0),l+=30;…
|