Lines Matching refs:setAttribute

18 	iframe.setAttribute('width', (((Editor.useLocalStorage) ? 640 : 320) + dx) + 'px');
19 iframe.setAttribute('height', (((Editor.useLocalStorage) ? 480 : 220) + dx) + 'px');
20 iframe.setAttribute('src', OPEN_FORM);
101 table.setAttribute('cellspacing', '0');
139 td.setAttribute('title', name);
173 td.setAttribute('title', mxResources.get('reset'));
204 clrInput.setAttribute('type', 'color');
394 div.setAttribute('align', 'center');
400 img.setAttribute('width', '176');
401 img.setAttribute('width', '151');
402 img.setAttribute('src', IMAGE_PATH + '/logo.png');
408 link.setAttribute('href', 'http://www.jgraph.com/');
409 link.setAttribute('target', '_blank');
455 nameInput.setAttribute('wrap', 'off');
458 nameInput.setAttribute('spellcheck', 'false');
459 nameInput.setAttribute('autocorrect', 'off');
460 nameInput.setAttribute('autocomplete', 'off');
461 nameInput.setAttribute('autocapitalize', 'off');
485 td.setAttribute('align', 'right');
571 textarea.setAttribute('wrap', 'off');
572 textarea.setAttribute('spellcheck', 'false');
573 textarea.setAttribute('autocorrect', 'off');
574 textarea.setAttribute('autocomplete', 'off');
575 textarea.setAttribute('autocapitalize', 'off');
645 replaceOption.setAttribute('value', 'replace');
651 newOption.setAttribute('value', 'new');
662 importOption.setAttribute('value', 'import');
761 table.setAttribute('cellpadding', (mxClient.IS_SF) ? '0' : '2');
773 nameInput.setAttribute('value', editorUi.editor.getOrCreateFilename());
794 pngOption.setAttribute('value', 'png');
802 gifOption.setAttribute('value', 'gif');
808 jpgOption.setAttribute('value', 'jpg');
813 pdfOption.setAttribute('value', 'pdf');
818 svgOption.setAttribute('value', 'svg');
825 xmlOption.setAttribute('value', 'xml');
845 zoomInput.setAttribute('type', 'number');
846 zoomInput.setAttribute('value', '100');
864 widthInput.setAttribute('value', width);
882 heightInput.setAttribute('value', height);
903 dpi100Option.setAttribute('value', '100');
908 dpi200Option.setAttribute('value', '200');
913 dpi300Option.setAttribute('value', '300');
918 dpi400Option.setAttribute('value', '400');
923 dpiCustOption.setAttribute('value', 'custom');
930 customDpi.setAttribute('value', '100');
931 customDpi.setAttribute('type', 'number');
932 customDpi.setAttribute('min', '50');
933 customDpi.setAttribute('step', '50');
991 transparentCheckbox.setAttribute('type', 'checkbox');
1011 gridCheckbox.setAttribute('type', 'checkbox');
1030 borderInput.setAttribute('type', 'number');
1031 borderInput.setAttribute('value', ExportDialog.lastBorderValue);
1058 zoomInput.setAttribute('disabled', 'true');
1059 widthInput.setAttribute('disabled', 'true');
1060 heightInput.setAttribute('disabled', 'true');
1061 borderInput.setAttribute('disabled', 'true');
1077 transparentCheckbox.setAttribute('disabled', 'disabled');
1086 gridCheckbox.setAttribute('disabled', 'disabled');
1096 dpiSelect.setAttribute('disabled', 'disabled');
1097 customDpi.setAttribute('disabled', 'disabled');
1186 td.setAttribute('align', 'right');
1354 obj.setAttribute('label', value || '');
1401 removeAttr.setAttribute('title', mxResources.get('delete'));
1451 texts[index].setAttribute('rows', '2');
1458 texts[index].setAttribute('disabled', 'disabled');
1527 text.setAttribute('title', 'Shift+Double Click to Edit ID');
1554 nameInput.setAttribute('placeholder', mxResources.get('enterPropertyName'));
1555 nameInput.setAttribute('type', 'text');
1556 nameInput.setAttribute('size', (mxClient.IS_IE || mxClient.IS_IE11) ? '36' : '40');
1584 clone.setAttribute(name, '');
1601 addBtn.setAttribute('disabled', 'disabled');
1627 addBtn.setAttribute('title', mxResources.get('addProperty'));
1628 addBtn.setAttribute('disabled', 'disabled');
1662 value.setAttribute(names[i], texts[i].value);
1692 addBtn.setAttribute('disabled', 'disabled');
1709 input.setAttribute('type', 'checkbox');
1714 input.setAttribute('checked', 'checked');
1726 value.setAttribute('placeholders', '1');
1736 link.setAttribute('href', EditDataDialog.placeholderHelpLink);
1737 link.setAttribute('title', mxResources.get('help'));
1738 link.setAttribute('target', '_blank');
1746 icon.setAttribute('border', '0');
1747 icon.setAttribute('valign', 'middle');
1749 icon.setAttribute('src', Editor.helpImage);
1811 linkInput.setAttribute('value', initialValue);
1812 linkInput.setAttribute('placeholder', 'http://www.example.com/');
1813 linkInput.setAttribute('type', 'text');
1822 cross.setAttribute('title', mxResources.get('reset'));
2080 img.setAttribute('border', '0');
2081 img.setAttribute('width', '22');
2082 img.setAttribute('src', Editor.trashImage);
2134 insertLink.setAttribute('title', mxUtils.trim(mxResources.get('moveSelectionTo', ['...'])));
2137 img.setAttribute('src', Editor.verticalDotsImage);
2172 dataLink.setAttribute('title', mxResources.get('editData'));
2175 img.setAttribute('src', Editor.editImage);
2213 duplicateLink.setAttribute('title', mxResources.get('duplicate'));
2216 img.setAttribute('src', Editor.duplicateImage);
2253 addLink.setAttribute('title', mxResources.get('addLayer'));
2256 img.setAttribute('src', Editor.addImage);
2290 dot.setAttribute('title', mxResources.get('selectionOnly'));
2334 ldiv.setAttribute('title', label);
2376 inp.setAttribute('draggable', 'false');
2377 inp.setAttribute('align', 'top');
2378 inp.setAttribute('border', '0');
2383 inp.setAttribute('title', mxResources.get(
2389 inp.setAttribute('src', Editor.visibleImage);
2394 inp.setAttribute('src', Editor.hiddenImage);
2412 btn.setAttribute('draggable', 'false');
2413 btn.setAttribute('align', 'top');
2414 btn.setAttribute('border', '0');
2418 btn.setAttribute('title', mxResources.get('lockUnlock'));
2424 btn.setAttribute('src', Editor.lockedImage);
2429 btn.setAttribute('src', Editor.unlockedImage);
2504 img2.setAttribute('title', mxResources.get('toBack'));
2531 img1.setAttribute('title', mxResources.get('toFront'));
2559 ldiv.setAttribute('draggable', 'true');
2612 removeLink.setAttribute('title', mxResources.get('removeIt', [label]));
2613 duplicateLink.setAttribute('title', mxResources.get('duplicateIt', [label]));