Lines Matching refs:appendChild

1131             kbSelect.appendChild(document.createTextNode(this.VKI_kt));
1132 kbSelect.appendChild(document.createTextNode(this.VKI_isIE6 ? " \u2193" : " \u25be"));
1148 li.appendChild(document.createTextNode(ktype));
1149 ol.appendChild(li);
1151 } kbSelect.appendChild(ol);
1152 th.appendChild(kbSelect);
1156 span.appendChild(document.createTextNode("#"));
1163 th.appendChild(span);
1181 small.appendChild(document.createTextNode(this.VKI_isIE6 ? "\u2193" : "\u21d3"));
1182 th.appendChild(small);
1190 big.appendChild(document.createTextNode(this.VKI_isIE6 ? "\u2191" : "\u21d1"));
1191 th.appendChild(big);
1195 span.appendChild(document.createTextNode(this.VKI_i18n['07']));
1203 th.appendChild(span);
1206 strong.appendChild(document.createTextNode('X'));
1210 th.appendChild(strong);
1212 tr.appendChild(th);
1213 thead.appendChild(tr);
1214 this.VKI_keyboard.appendChild(thead);
1232 label.appendChild(checkbox);
1234 div.appendChild(label);
1241 vr.appendChild(document.createTextNode("v" + this.VKI_version));
1242 div.appendChild(vr);
1243 } td.appendChild(div);
1244 tr.appendChild(td);
1258 ntd.appendChild(document.createTextNode(this.VKI_numpad[x][y]));
1259 ntr.appendChild(ntd);
1260 } ntbody.appendChild(ntr);
1261 } ntable.appendChild(ntbody);
1262 kbNumpad.appendChild(ntable);
1263 tr.appendChild(kbNumpad);
1264 tbody.appendChild(tr);
1265 this.VKI_keyboard.appendChild(tbody);
1335 if (z) small.appendChild(document.createElement("br"));
1336 small.appendChild(document.createTextNode(text[z]));
1337 } td.appendChild(small);
1338 } else td.appendChild(document.createTextNode(lkey[0] || "\xa0"));
1394 tr.appendChild(td);
1397 } tbody.appendChild(tr);
1398 table.appendChild(tbody);
1399 container.appendChild(table);
1460 if (z) small.appendChild(document.createElement("br"));
1461 small.appendChild(document.createTextNode(text[z]));
1462 } tds[y].appendChild(small);
1463 } else tds[y].appendChild(document.createTextNode(lkey[vchar] || "\xa0"));
1536 if (this.VKI_isIE6) document.body.appendChild(this.VKI_iframe);
1537 document.body.appendChild(this.VKI_keyboard);