Lines Matching refs:table

385 		var table = document.createElement('table');
390 table.setAttribute('align', 'center');
405 table.appendChild(tbody);
406 div.appendChild(table);
6017 var table = document.createElement('table');
6018 table.style.border = '1px solid lightGray';
6019 table.style.borderCollapse = 'collapse';
6020 table.style.borderSpacing = '0px';
6021 table.style.width = '100%';
6329 table.appendChild(tbody);
6330 list.appendChild(table);
7454 x = Math.max(0, Math.min(x, iw - this.table.clientWidth));
7455 …y = Math.max(0, Math.min(y, ih - this.table.clientHeight - ((urlParams['sketch'] == '1') ? 3 : 48)…
7548 x = Math.max(0, Math.min(x, iw - this.table.clientWidth));
7549 …y = Math.max(0, Math.min(y, ih - this.table.clientHeight - ((urlParams['sketch'] == '1') ? 3 : 48)…
7646 x = Math.max(0, Math.min(x, iw - this.table.clientWidth));
7647 …y = Math.max(0, Math.min(y, ih - this.table.clientHeight - ((urlParams['sketch'] == '1') ? 3 : 48)…
8558 var table = document.createElement('table');
8563 table.style.paddingLeft = '6px';
8715 table.appendChild(tbody);
8716 div.appendChild(table);
9678 var table = document.createElement('table');
9680 table.style.cellPadding = '4px';
9864 table.appendChild(tbody);
9865 this.container = table;
11489 var table = document.createElement('table');
11491 table.style.marginTop = '8px';
11760 table.querySelector('.dlg_fontName_' + type).style.border = '1px solid red';
11766 table.querySelector('.dlg_fontUrl').style.border = '1px solid red';
11851 table.appendChild(tbody);
11853 this.container = table;
12083 var table = document.createElement('table');
12085 table.style.width = '100%';
12086 table.style.marginTop = '8px';
12262 table.appendChild(tbody);
12264 this.container = table;