Lines Matching refs:document

15 		var h0 = Math.max(document.body.clientHeight, document.documentElement.clientHeight);
21 var link = document.createElement('span');
25 var icon = document.createElement('img');
61 isLocalStorage && (document.documentMode == null || document.documentMode >= 10);
63 mxClient.IS_SVG && (document.documentMode == null || document.documentMode > 9);
67 !mxClient.IS_IOS && (navigator.userAgent.indexOf('MSIE') < 0 || document.documentMode >= 10));
68 var trelloEnabled = urlParams['tr'] == '1' && mxClient.IS_SVG && (document.documentMode == null ||
69 document.documentMode > 9);
252 rulerAction.setEnabled(editorUi.canvasSupported && document.documentMode != 9);
264 if (document.fullscreenElement == null)
266 document.body.requestFullscreen();
270 document.exitFullscreen();
275 (document.fullscreenEnabled && document.body.requestFullscreen != null);
281 document.fullscreenElement != null;
299 … this.freehandWindow = new FreehandWindow(editorUi, document.body.offsetWidth - 420, 102, 176, 84);
321 var div = document.createElement('div');
325 var hd = document.createElement('h3');
381 if (editorUi.spinner.spin(document.body, mxResources.get('loading')))
418 var div = document.createElement('div');
421 var hd = document.createElement('h3');
449 var pagesFromInput = document.createElement('input');
457 var span = document.createElement('span');
628 else if (editorUi.spinner.spin(document.body, mxResources.get('loading')))
936 this.tagsWindow = new TagsWindow(editorUi, document.body.offsetWidth - 400, 60, 212, 200);
968 document.body.offsetWidth - (w + 20),
1003 var div = document.createElement('div');
1006 var hd = document.createElement('h3');
1208 var icon = document.createElement('div');
1227 document.body.appendChild(elt);
1316 if (editorUi.spinner.spin(document.body, mxResources.get('loading')))
1345 var div = document.createElement('div');
1347 var title = document.createElement('div');
1355 var typeSelect = document.createElement('select');
1372 var option = document.createElement('option');
1391 title = document.createElement('div');
1398 var parentChildSpacing = document.createElement('input');
1410 title = document.createElement('div');
1417 var siblingSpacing = document.createElement('input');
1475 var input = document.createElement('input');
1507 if (document.activeElement != input)
1962 if (editorUi.spinner.spin(document.body, mxResources.get('loading')))
1977 var doc = wnd.document;
1981 if (document.compatMode === 'CSS1Compat')
1992 var direct = mxClient.IS_IE || mxClient.IS_EDGE || document.documentMode != null;
2006 var info = wnd.document.createElement('div');
2011 var img = wnd.document.createElement('img');
2017 wnd.document.body.insertBefore(info, wnd.document.body.firstChild);
2021 var script = document.createElement('script');
2047 if (current != null && editorUi.spinner.spin(document.body, mxResources.get('loading')))
2072 if (editorUi.spinner.spin(document.body, mxResources.get('loading')))
2093 if (editorUi.spinner.spin(document.body, mxResources.get('loading')))
2120 if (editorUi.spinner.spin(document.body, mxResources.get('loading')))
2147 if (editorUi.spinner.spin(document.body, mxResources.get('loading')))
2173 if (editorUi.spinner.spin(document.body, mxResources.get('loading')))
2217 if (editorUi.spinner.spin(document.body, mxResources.get('loading')))
2481 if (editorUi.spinner.spin(document.body, mxResources.get('loading')))
2624 …if (fileUrl != null && fileUrl.length > 0 && editorUi.spinner.spin(document.body, mxResources.get(…
2750 this.editorUi.spinner.spin(document.body, mxResources.get('renaming')))
2815 if (editorUi.spinner.spin(document.body, mxResources.get('saving')))
2884 if (editorUi.spinner.spin(document.body, mxResources.get('moving')))
3506 …if (fileUrl != null && fileUrl.length > 0 && editorUi.spinner.spin(document.body, mxResources.get(…
3574 …this.commentsWindow = new CommentsWindow(editorUi, document.body.offsetWidth - 380, 120, 300, 350);
3653 if (mxClient.IS_SVG && (document.documentMode == null || document.documentMode > 9))
3974 var fontElem = document.getElementById('extFont_' + tmp[i].name);
4012 document.execCommand('fontname', false, fontName);
4045 var img = document.createElement('span');
4366 if (document.activeElement == graph.cellEditor.textarea)