Section 25.264. Table.createTFoot( ): get or create a tfoot


25.264. Table.createTFoot( ): get or create a <tfoot>

DOM Level 2 HTML

25.264.1. Synopsis

 HTMLElement createTFoot( ); 

25.264.1.1. Returns

A TableSection representing the <tfoot> element for this table. If the table already has a footer, this method simply returns it. If the table does not have an existing footer, this method creates a new (empty) <tfoot> element and inserts it into the table before returning it.




JavaScript. The Definitive Guide
JavaScript: The Definitive Guide
ISBN: 0596101996
EAN: 2147483647
Year: 2004
Pages: 767

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net