Lines Matching refs:appendChild
567 wrapper.appendChild(node);
862 document.body.appendChild(this.bg);
876 div.appendChild(elt);
877 document.body.appendChild(div);
904 document.body.appendChild(img);
1075 div.appendChild(hd);
1082 div.appendChild(p2);
1096 btns.appendChild(retryBtn);
1112 btns.appendChild(btn3);
1129 btns.appendChild(btn);
1147 btns.appendChild(mainBtn);
1155 div.appendChild(btns);
1188 td.appendChild(onePageCheckBox);
1192 td.appendChild(span);
1206 row.appendChild(td);
1207 tbody.appendChild(row);
1215 td.appendChild(pageCountCheckBox);
1219 td.appendChild(span);
1228 row.appendChild(td);
1240 td.appendChild(pageCountInput);
1242 row.appendChild(td);
1243 tbody.appendChild(row);
1263 row.appendChild(td);
1271 td.appendChild(pageScaleInput);
1272 row.appendChild(td);
1273 tbody.appendChild(row);
1350 td.appendChild(cancelBtn);
1361 td.appendChild(previewBtn);
1370 td.appendChild(printBtn);
1374 td.appendChild(cancelBtn);
1377 row.appendChild(td);
1378 tbody.appendChild(row);
1380 table.appendChild(tbody);
1479 row.appendChild(td);
1487 row.appendChild(td);
1488 tbody.appendChild(row);
1495 row.appendChild(td);
1545 td.appendChild(backgroundButton);
1556 td.appendChild(gridSizeInput);
1564 row.appendChild(td);
1565 tbody.appendChild(row);
1572 row.appendChild(td);
1632 td.appendChild(imgPreview);
1633 td.appendChild(changeImageLink);
1635 row.appendChild(td);
1636 tbody.appendChild(row);
1652 td.appendChild(cancelBtn);
1682 td.appendChild(applyBtn);
1686 td.appendChild(cancelBtn);
1689 row.appendChild(td);
1690 tbody.appendChild(row);
1692 table.appendChild(tbody);
1725 formatDiv.appendChild(portraitCheckBox);
1730 formatDiv.appendChild(portraitSpan);
1734 formatDiv.appendChild(landscapeCheckBox);
1739 formatDiv.appendChild(landscapeSpan)
1749 customDiv.appendChild(widthInput);
1755 customDiv.appendChild(heightInput);
1772 paperSizeSelect.appendChild(paperSizeOption);
1871 div.appendChild(paperSizeSelect);
1874 div.appendChild(formatDiv);
1875 div.appendChild(customDiv);
2022 row.appendChild(td);
2120 td.appendChild(nameInput);
2121 row.appendChild(td);
2125 tbody.appendChild(row);
2129 td.appendChild(FilenameDialog.createTypeHint(editorUi, nameInput, hints));
2142 row.appendChild(td);
2146 row.appendChild(td);
2153 td.appendChild(typeSelect);
2156 row.appendChild(td);
2157 tbody.appendChild(row);
2167 td.appendChild(content);
2168 row.appendChild(td);
2169 tbody.appendChild(row);
2192 td.appendChild(cancelBtn);
2203 td.appendChild(helpBtn);
2214 td.appendChild(genericBtn);
2218 td.appendChild(cancelBtn);
2221 row.appendChild(td);
2222 tbody.appendChild(row);
2223 table.appendChild(tbody);
2303 typeSelect.appendChild(typeOption);