Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Interface HTMLTableSectionElement
[go: Go Back, main page]

Interface HTMLTableSectionElement

継承元:
HTMLElement
プロパティ:
align, ch, chOff, rows, vAlign
メソッド:
deleteRow, insertRow

The THEAD, TFOOT, and TBODY elements.

プロパティ:

メソッド:

IDL 定義:

interface HTMLTableSectionElement : HTMLElement {
           attribute DOMString       align;
           attribute DOMString       ch;
           attribute DOMString       chOff;
           attribute DOMString       vAlign;
  readonly attribute HTMLCollection  rows;
  // Modified in DOM Level 2:
  HTMLElement        insertRow(in long index)
                                        raises(DOMException);
  // Modified in DOM Level 2:
  void               deleteRow(in long index)
                                        raises(DOMException);
};


Issued: / Revised: / All rights reserved. © 2002-2016 TAKI