TABLE

TABLE TABLE *
*前のトピック: SUP
*次のトピック: TBODY

TABLE

解説

囲まれたコンテントを、行と列のある表形式で表示する。

注意事項

表内では以下のタグが使用できる。

このエレメントはブロックエレメントである。ドキュメントのロード中には表は変更できず、変更はwindow.onloadイベントが起きるまで待たなければならない。ただし、読み出しはいつでもできる。

プロパティ

align, background, bgColor, border, borderColor, borderColorDark, borderColorLight, cellPadding, cellSpacing, className, clientHeight, clientWidth, cols, dataFld, dataPageSize, dataSrc, document, frame, height, id, innerText, isTextEdit, lang, language, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, outerText, parentElement, parentTextEdit, rules, scrollHeight, scrollLeft, scrollTop, scrollWidth, sourceIndex, style, tagName, title, width

メソッド

blur, click, contains, deleteRow, focus, getAttribute, insertAdjacentHTML, insertAdjacentText, insertRow, nextPage, previousPage, refresh, removeAttribute, scrollIntoView, setAttribute

コレクション

all, children, filters, rows

イベント

onafterupdate, onbeforeupdate, onblur, onclick, ondblclick, ondragstart, onfocus, onhelp, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onresize, onrowenter, onrowexit, onscroll, onselectstart

HTMLエレメント

TABLE

関連事項

TDオブジェクト、 TRオブジェクト

Up トップに戻る
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.