Adds a table row
ElementTree addTableRow( ElementTree tsect, String class=createString(0) )
tsect The table header, footer or body section
class Optionally, the CSS class to apply to the row
Add a new row to the end of the selected header, body or footer section of a table. Once the table as a whole has at least one row, columns may be added.
Kaya standard library by Edwin Brady, Chris Morris and others ([email protected]). For further information see http://kayalang.org/
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.
HTMLDocument.addTableBodySection (3kaya)
HTMLDocument.addTableColumns (3kaya)
HTMLDocument.getTableBodySections (3kaya)
HTMLDocument.getTableCell (3kaya)
HTMLDocument.getTableFooter (3kaya)
HTMLDocument.getTableHeader (3kaya)