Add a new table column
Void addTableColumns( ElementTree table, Int num=1 )
table The table
num Optionally, the number of columns to add. If omitted, a single column is added.
Add a new column to the table. The table must have at least one section with at least one row for this to work - a HTMLDocument.RequiresElement (3kaya) Exception will be thrown otherwise. Unlike most of the table functions, this function does not return the new elements created since they will be in different rows.
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.addTable (3kaya)
HTMLDocument.addTableRow (3kaya)
HTMLDocument.getTableCell (3kaya)
HTMLDocument.initialiseTable (3kaya)
HTMLDocument.numTableColumns (3kaya)