Lines Matching refs:setAttribute

52 		button.setAttribute('title', title);
67 logo.setAttribute('src', img);
68 logo.setAttribute('border', '0');
69 logo.setAttribute('align', 'absmiddle');
312 logo.setAttribute('border', '0');
313 logo.setAttribute('align', 'absmiddle');
390 table.setAttribute('align', 'center');
552 option.setAttribute('disabled', 'disabled');
688 text.setAttribute('autocomplete', 'off');
689 text.setAttribute('autocorrect', 'off');
690 text.setAttribute('autocapitalize', 'off');
691 text.setAttribute('spellcheck', 'false');
723 text.setAttribute('readonly', 'true');
838 img.setAttribute('src', Editor.facebookImage);
839 img.setAttribute('width', '18');
840 img.setAttribute('height', '18');
841 img.setAttribute('border', '0');
844 fbBtn.setAttribute('title', mxResources.get('facebook') + ' (' +
871 img.setAttribute('src', Editor.tweetImage);
872 img.setAttribute('width', '18');
873 img.setAttribute('height', '18');
874 img.setAttribute('border', '0');
878 tweetBtn.setAttribute('title', mxResources.get('twitter') + ' (' +
959 gadgetInput.setAttribute('type', 'text');
982 topInput.setAttribute('type', 'text');
983 topInput.setAttribute('size', '4');
991 heightInput.setAttribute('type', 'text');
992 heightInput.setAttribute('size', '4');
999 hr.setAttribute('size', '1');
1008 urlInput.setAttribute('type', 'text');
1009 urlInput.setAttribute('size', '28');
1019 borderInput.setAttribute('type', 'text');
1020 borderInput.setAttribute('size', '3');
1028 panCheckBox.setAttribute('type', 'checkbox');
1029 panCheckBox.setAttribute('checked', 'checked');
1036 zoomCheckBox.setAttribute('type', 'checkbox');
1037 zoomCheckBox.setAttribute('checked', 'checked');
1044 editCheckBox.setAttribute('type', 'checkbox');
1046 editCheckBox.setAttribute('title', window.location.href);
1051 editBlankCheckBox.setAttribute('type', 'checkbox');
1058 resizeCheckBox.setAttribute('type', 'checkbox');
1059 resizeCheckBox.setAttribute('checked', 'checked');
1066 fitCheckBox.setAttribute('type', 'checkbox');
1072 embedCheckBox.setAttribute('type', 'checkbox');
1532 urlRadio.setAttribute('value', 'url');
1533 urlRadio.setAttribute('type', 'radio');
1534 urlRadio.setAttribute('name', 'geBackgroundImageDialogOption');
1538 pageRadio.setAttribute('value', 'url');
1539 pageRadio.setAttribute('type', 'radio');
1540 pageRadio.setAttribute('name', 'geBackgroundImageDialogOption');
1543 urlInput.setAttribute('type', 'text');
1558 pageOption.setAttribute('value', 'data:page/id,' +
1563 pageOption.setAttribute('disabled', 'disabled');
1568 pageOption.setAttribute('selected', 'selected');
1650 pageRadio.setAttribute('checked', 'checked');
1657 urlRadio.setAttribute('checked', 'checked');
1664 urlInput.setAttribute('placeholder', mxResources.get('dragImagesHere'));
1752 widthInput.setAttribute('type', 'text');
1763 heightInput.setAttribute('type', 'text');
1800 pageRadio.setAttribute('checked', 'checked');
1805 urlRadio.setAttribute('checked', 'checked');
1813 notFoundOption.setAttribute('disabled', 'disabled');
1814 notFoundOption.setAttribute('selected', 'selected');
1815 notFoundOption.setAttribute('value', 'pageNotFound');
2318 listOption.setAttribute('value', 'list');
2328 listOption.setAttribute('selected', 'selected');
2332 tableOption.setAttribute('value', 'table');
2338 tableOption.setAttribute('selected', 'selected');
2342 mermaidOption.setAttribute('value', 'mermaid');
2348 mermaidOption.setAttribute('selected', 'selected');
2352 diagramOption.setAttribute('value', 'diagram');
2361 plantUmlSvgOption.setAttribute('value', 'plantUmlSvg');
2366 plantUmlSvgOption.setAttribute('selected', 'selected');
2370 plantUmlPngOption.setAttribute('value', 'plantUmlPng');
2374 plantUmlTxtOption.setAttribute('value', 'plantUmlTxt');
2552 logo.setAttribute('border', '0');
2553 logo.setAttribute('align', 'absmiddle');
2639 nameInput.setAttribute('value', editorUi.defaultFilename + ext);
2748 createButton.setAttribute('disabled', 'disabled');
2762 createButton.setAttribute('disabled', 'disabled');
2999 tmplSearchInput.setAttribute('placeholder', mxResources.get('search'));
3000 tmplSearchInput.setAttribute('type', 'text');
3005 cross.setAttribute('src', searchImg);
3006 cross.setAttribute('title', mxResources.get('search'));
3018 cross.setAttribute('src', searchImg);
3019 cross.setAttribute('title', mxResources.get('search'));
3040 cross.setAttribute('src', searchImg);
3041 cross.setAttribute('title', mxResources.get('search'));
3045 cross.setAttribute('src', Dialog.prototype.closeImage);
3046 cross.setAttribute('title', mxResources.get('reset'));
3101 elt.setAttribute('title', mxResources.get(title, null, title));
3105 elt.setAttribute('title', tooltip);
3202 img.setAttribute('src', imgUrl);
3203 img.setAttribute('alt', tooltip);
3252 createButton.setAttribute('disabled', 'disabled');
3324 magnify.setAttribute('src', Sidebar.prototype.searchImage);
3325 magnify.setAttribute('title', mxResources.get('preview'));
3533 entry.setAttribute('title', label + ' (' + templateList.length + ')');
3622 entryDiv.setAttribute('title', entryTitle);
3635 subLi.setAttribute('title', subTitle);
3668 entry.setAttribute('title', entryTitle);
3923 fileInput.setAttribute('multiple', 'multiple');
3924 fileInput.setAttribute('type', 'file');
3989 nameInput.setAttribute('value', title);
4033 preview.setAttribute('src', 'data:' + mimeType + ';base64,' + temp);
4091 logo.setAttribute('border', '0');
4092 logo.setAttribute('align', 'absmiddle');
4200 googleOption.setAttribute('value', App.MODE_GOOGLE);
4210 oneDriveOption.setAttribute('value', App.MODE_ONEDRIVE);
4216 oneDriveOption.setAttribute('selected', 'selected');
4225 dropboxOption.setAttribute('value', App.MODE_DROPBOX);
4231 dropboxOption.setAttribute('selected', 'selected');
4240 gitHubOption.setAttribute('value', App.MODE_GITHUB);
4250 gitLabOption.setAttribute('value', App.MODE_GITLAB);
4260 notionOption.setAttribute('value', App.MODE_NOTION);
4270 trelloOption.setAttribute('value', App.MODE_TRELLO);
4282 deviceOption.setAttribute('value', App.MODE_DEVICE);
4288 deviceOption.setAttribute('selected', 'selected');
4300 browserOption.setAttribute('value', App.MODE_BROWSER);
4306 browserOption.setAttribute('selected', 'selected');
4591 linkInput.setAttribute('value', initialValue);
4592 linkInput.setAttribute('type', 'text');
4593 linkInput.setAttribute('spellcheck', 'false');
4594 linkInput.setAttribute('autocorrect', 'off');
4595 linkInput.setAttribute('autocomplete', 'off');
4596 linkInput.setAttribute('autocapitalize', 'off');
4606 cross.setAttribute('title', mxResources.get('reset'));
4710 linkInput.setAttribute('placeholder', mxResources.get('dragImagesHere'));
4827 fileInput.setAttribute('multiple', 'multiple');
4828 fileInput.setAttribute('type', 'file');
4957 linkInput.setAttribute('placeholder', mxResources.get('dragUrlsHere'));
4958 linkInput.setAttribute('type', 'text');
4969 cross.setAttribute('title', mxResources.get('reset'));
4991 urlRadio.setAttribute('value', 'url');
4992 urlRadio.setAttribute('type', 'radio');
4993 urlRadio.setAttribute('name', 'geLinkDialogOption');
4997 pageRadio.setAttribute('value', 'url');
4998 pageRadio.setAttribute('type', 'radio');
4999 pageRadio.setAttribute('name', 'geLinkDialogOption');
5005 newWindowCheckbox.setAttribute('type', 'checkbox');
5011 newWindowCheckbox.setAttribute('checked', 'checked');
5016 newWindowCheckbox.setAttribute('title', linkTarget);
5027 pageRadio.setAttribute('checked', 'checked');
5032 linkInput.setAttribute('value', initialValue);
5033 urlRadio.setAttribute('checked', 'checked');
5057 pageOption.setAttribute('value', 'data:page/id,' +
5062 pageOption.setAttribute('selected', 'selected');
5073 notFoundOption.setAttribute('disabled', 'disabled');
5074 notFoundOption.setAttribute('selected', 'selected');
5075 notFoundOption.setAttribute('value', 'pageNotFound');
5091 linkInput.setAttribute('value', initialValue);
5131 pageRadio.setAttribute('checked', 'checked');
5138 urlRadio.setAttribute('checked', 'checked');
5185 urlRadio.setAttribute('checked', 'checked');
5261 btn.setAttribute('title', tooltip);
5265 img.setAttribute('src', src);
5424 email.setAttribute('type', 'text');
5479 sendButton.setAttribute('disabled', 'disabled');
5491 sendButton.setAttribute('disabled', 'disabled');
5503 sendButton.setAttribute('disabled', 'disabled');
5516 cb.setAttribute('type', 'checkbox');
5517 cb.setAttribute('checked', 'checked');
5547 textarea.setAttribute('placeholder', mxResources.get('comments'));
5715 zoomInBtn.setAttribute('title', mxResources.get('zoomIn'));
5719 zoomInBtn.setAttribute('disabled', 'disabled');
5730 zoomOutBtn.setAttribute('title', mxResources.get('zoomOut'));
5734 zoomOutBtn.setAttribute('disabled', 'disabled');
5747 zoomFitBtn.setAttribute('title', mxResources.get('fit'));
5751 zoomFitBtn.setAttribute('disabled', 'disabled');
5763 zoomActualBtn.setAttribute('title', mxResources.get('actualSize'));
5767 zoomActualBtn.setAttribute('disabled', 'disabled');
5773 compareBtn.setAttribute('title', mxResources.get('compare'));
5862 downloadBtn.setAttribute('disabled', 'disabled');
5937 restoreBtn.setAttribute('disabled', 'disabled');
5938 restoreBtn.setAttribute('title', 'Shift+Click for Diff');
5941 pageSelect.setAttribute('disabled', 'disabled');
5974 newBtn.setAttribute('disabled', 'disabled');
5989 showBtn.setAttribute('disabled', 'disabled');
6069 row.setAttribute('title', ts.toLocaleDateString() + ' ' +
6149 pageOption.setAttribute('value', i);
6153 pageOption.setAttribute('selected', 'selected');
6193 fileInfo.setAttribute('title', row.getAttribute('title'));
6251 restoreBtn.setAttribute('disabled', 'disabled');
6252 downloadBtn.setAttribute('disabled', 'disabled');
6253 zoomInBtn.setAttribute('disabled', 'disabled');
6254 zoomOutBtn.setAttribute('disabled', 'disabled');
6255 zoomActualBtn.setAttribute('disabled', 'disabled');
6256 zoomFitBtn.setAttribute('disabled', 'disabled');
6257 compareBtn.setAttribute('disabled', 'disabled');
6259 newBtn.setAttribute('disabled', 'disabled');
6260 showBtn.setAttribute('disabled', 'disabled');
6261 pageSelect.setAttribute('disabled', 'disabled');
6424 opt.setAttribute('value', i);
6520 zoomInBtn.setAttribute('title', mxResources.get('zoomIn'));
6531 zoomOutBtn.setAttribute('title', mxResources.get('zoomOut'));
6544 zoomFitBtn.setAttribute('title', mxResources.get('fit'));
6556 zoomActualBtn.setAttribute('title', mxResources.get('actualSize'));
6678 pageOption.setAttribute('value', i);
6682 pageOption.setAttribute('selected', 'selected');
6774 searchInput.setAttribute('placeholder', mxResources.get('find'));
6775 searchInput.setAttribute('type', 'text');
6790 replaceInput.setAttribute('placeholder', mxResources.get('replaceWith'));
6791 replaceInput.setAttribute('type', 'text');
6805 regexInput.setAttribute('id', 'geFindWinRegExChck');
6806 regexInput.setAttribute('type', 'checkbox');
6811 regexLabel.setAttribute('for', 'geFindWinRegExChck');
6825 allPagesInput.setAttribute('id', 'geFindWinAllPagesChck');
6826 allPagesInput.setAttribute('type', 'checkbox');
6831 allPagesLabel.setAttribute('for', 'geFindWinAllPagesChck');
6872 replaceFindBtn.setAttribute('disabled', 'disabled');
6873 replaceBtn.setAttribute('disabled', 'disabled');
6882 replaceAllBtn.setAttribute('disabled', 'disabled');
7106 resetBtn.setAttribute('title', mxResources.get('reset'));
7134 btn.setAttribute('title', mxResources.get('find') + ' (Enter)');
7236 replaceFindBtn.setAttribute('title', mxResources.get('replFind'));
7244 replaceFindBtn.setAttribute('disabled', 'disabled');
7258 replaceFindBtn.setAttribute('disabled', 'disabled');
7259 replaceBtn.setAttribute('disabled', 'disabled');
7268 replaceBtn.setAttribute('title', mxResources.get('replace'));
7276 replaceBtn.setAttribute('disabled', 'disabled');
7338 replaceAllBtn.setAttribute('title', mxResources.get('replaceAll'));
7346 replaceAllBtn.setAttribute('disabled', 'disabled');
7357 closeBtn.setAttribute('title', mxResources.get('close'));
7440 allPagesInput.setAttribute('disabled', 'disabled');
7505 startBtn.setAttribute('title', mxResources.get('startDrawing'));
7526 …startBtn.setAttribute('title', mxResources.get(graph.freehand.isDrawing() ? 'stopDrawing' : 'start…
7691 img.setAttribute('border', '0');
7692 img.setAttribute('align', 'absmiddle');
7737 cb.setAttribute('type', 'checkbox');
7857 option.setAttribute('title', entry.title + ' (' + entry.id + ')');
7860 checkbox.setAttribute('type', 'checkbox');
7998 cb.setAttribute('type', 'checkbox');
8151 cb.setAttribute('type', 'checkbox');
8469 circleInput.setAttribute('type', 'checkbox');
8470 circleInput.setAttribute('id', 'croppieCircle');
8475 circleLbl.setAttribute('for', 'croppieCircle');
8568 relInput.setAttribute('type', 'checkbox');
8572 relInput.setAttribute('checked', 'checked');
8595 xInput.setAttribute('type', 'text');
8613 yInput.setAttribute('type', 'text');
8631 dxInput.setAttribute('type', 'text');
8649 dyInput.setAttribute('type', 'text');
8667 wInput.setAttribute('type', 'text');
8685 hInput.setAttribute('type', 'text');
8703 rotInput.setAttribute('type', 'text');
8858 nameInput.setAttribute('value', nameValue);
8865 nameInput.setAttribute('disabled', 'true');
9004 wrapper.setAttribute('draggable', 'true');
9014 elt.setAttribute('src', converter.convert(data));
9039 rem.setAttribute('src', Editor.closeBlackImage);
9040 rem.setAttribute('border', '0');
9041 rem.setAttribute('title', mxResources.get('delete'));
9042 rem.setAttribute('align', 'top');
9188 label.setAttribute('contentEditable', 'true');
9474 cancelBtn.setAttribute('id', 'btnCancel');
9549 btn.setAttribute('id', 'btnDownload');
9558 fileInput.setAttribute('multiple', 'multiple');
9559 fileInput.setAttribute('type', 'file');
9596 btn.setAttribute('id', 'btnAddImage');
9634 btn.setAttribute('id', 'btnAddImageUrl');
9655 btn.setAttribute('id', 'btnSave');
9685 td.setAttribute('colspan', '2');
9750 td.setAttribute('colspan', '2');
9753 td.setAttribute('align', 'right');
10521 prevImg.setAttribute('title', mxResources.get("preview"));
10570 tile.setAttribute('title', tooltip);
10616 prevImg.setAttribute('title', mxResources.get("preview"));
10681 entry.setAttribute('title', label);
10729 entry.setAttribute('title', label);
10867 entry.setAttribute('title', lbls.fullLbl);
10893 entryDiv.setAttribute('title', lbls.fullLbl);
10906 subLi.setAttribute('title', subLbls.fullLbl);
10954 entry.setAttribute('title', lbls.fullLbl);
11424 img.setAttribute('border', '0');
11425 img.setAttribute('align', 'absmiddle');
11504 sysFontRadio.setAttribute('value', 'sysfonts');
11505 sysFontRadio.setAttribute('type', 'radio');
11506 sysFontRadio.setAttribute('name', 'current-fontdialog');
11507 sysFontRadio.setAttribute('id', 'fontdialog-sysfonts');
11511 label.setAttribute('for', 'fontdialog-sysfonts');
11533 sysFontInput.setAttribute('value', curFontname);
11557 googleFontRadio.setAttribute('value', 'googlefonts');
11558 googleFontRadio.setAttribute('type', 'radio');
11559 googleFontRadio.setAttribute('name', 'current-fontdialog');
11560 googleFontRadio.setAttribute('id', 'fontdialog-googlefonts');
11564 label.setAttribute('for', 'fontdialog-googlefonts');
11572 link.getElementsByTagName('img')[0].setAttribute('valign', 'middle');
11594 googleFontInput.setAttribute('value', curFontname);
11617 webFontRadio.setAttribute('value', 'webfonts');
11618 webFontRadio.setAttribute('type', 'radio');
11619 webFontRadio.setAttribute('name', 'current-fontdialog');
11620 webFontRadio.setAttribute('id', 'fontdialog-webfonts');
11624 label.setAttribute('for', 'fontdialog-webfonts');
11652 webFontInput.setAttribute('value', curFontname);
11656 sysFontInput.setAttribute('value', curFontname);
11685 webFontUrlInput.setAttribute('value', curUrl || '');
11729 td.setAttribute('align', 'right');
11820 sysFontRadio.setAttribute('checked', 'checked');
11826 googleFontRadio.setAttribute('checked', 'checked');
11832 webFontRadio.setAttribute('checked', 'checked');
11838 webFontRadio.setAttribute('checked', 'checked');
11921 okBtn.setAttribute('disabled', 'disabled');
12000 $listItem.setAttribute('data-page-id', pageId)
12019 this.okBtn.setAttribute('disabled', 'disabled');
12042 $listItem.setAttribute('data-layer-id', layer.id);
12058 this.okBtn.setAttribute('disabled', 'disabled');
12123 zoomInput.setAttribute('value', (scale * 100) + '%');
12143 borderInput.setAttribute('value', border);
12171 editorUi.fileNode.setAttribute('scale', Math.max(0, parseInt(zoomInput.value) / 100));
12172 editorUi.fileNode.setAttribute('border', Math.max(0, parseInt(borderInput.value)));
12197 compressedInput.setAttribute('type', 'checkbox');
12201 compressedInput.setAttribute('checked', 'checked');
12220 editorUi.fileNode.setAttribute('compressed', (compressedInput.checked) ? 'true' : 'false');
12240 td.setAttribute('align', 'right');