Create a table and initialise contents
ElementTree initialiseTable( ElementTree parent, InitialTableData itd, String caption=createString(0) )
parent The parent element
itd The HTMLDocument.InitialTableData (3kaya)
caption Optionally, a caption for the table
Creates a table with the sections, rows, columns and cells described in the itd parameter - see the HTMLDocument.InitialTableData (3kaya) documentation for more details. Cells will be created as data cells by default, except for cells in the header section, which will be created as header cells.
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.InitialTableData (3kaya)
HTMLDocument.addTable (3kaya)
HTMLDocument.lazyTable (3kaya)
HTMLDocument.setTableCaption (3kaya)