1HTMLDocument.addTableRow(3kayaK)aya module referenHcTeMLDocument.addTableRow(3kaya)
2
3
4
6 HTMLDocument::addTableRow - Adds a table row
7
9 ElementTree addTableRow( ElementTree tsect, String class=creatâ
10 eString(0) )
11
13 tsect The table header, footer or body section
14
15 class Optionally, the CSS class to apply to the row
16
18 Add a new row to the end of the selected header, body or footer section
19 of a table. Once the table as a whole has at least one row, columns may
20 be added.
21
23 Kaya standard library by Edwin Brady, Chris Morris and others
24 (kaya@kayalang.org). For further information see http://kayalang.org/
25
27 The Kaya standard library is free software; you can redistribute it
28 and/or modify it under the terms of the GNU Lesser General Public
29 License (version 2.1 or any later version) as published by the Free
30 Software Foundation.
31
33 HTMLDocument.addTableBodySection (3kaya)
34 HTMLDocument.addTableColumns (3kaya)
35 HTMLDocument.getTableBodySections (3kaya)
36 HTMLDocument.getTableCell (3kaya)
37 HTMLDocument.getTableFooter (3kaya)
38 HTMLDocument.getTableHeader (3kaya)
39
40
41
42Kaya December 2010 HTMLDocument.addTableRow(3kaya)