1HTMLDocument.addTableColumns(3Kkaayyaa)module refHeTrMeLnDcoecument.addTableColumns(3kaya)
2
3
4
6 HTMLDocument::addTableColumns - Add a new table column
7
9 Void addTableColumns( ElementTree table, Int num=1 )
10
12 table The table
13
14 num Optionally, the number of columns to add. If omitted, a single col‐
15 umn is added.
16
18 Add a new column to the table. The table must have at least one section
19 with at least one row for this to work - a HTMLDocument.RequiresElement
20 [1m(3kaya) Exception will be thrown otherwise. Unlike most of the table
21 functions, this function does not return the new elements created since
22 they will be in different rows.
23
25 Kaya standard library by Edwin Brady, Chris Morris and others
26 (kaya@kayalang.org). For further information see http://kayalang.org/
27
29 The Kaya standard library is free software; you can redistribute it
30 and/or modify it under the terms of the GNU Lesser General Public
31 License (version 2.1 or any later version) as published by the Free
32 Software Foundation.
33
35 HTMLDocument.addTable (3kaya)
36 HTMLDocument.addTableRow (3kaya)
37 HTMLDocument.getTableCell (3kaya)
38 HTMLDocument.initialiseTable (3kaya)
39 HTMLDocument.numTableColumns (3kaya)
40
41
42
43Kaya December 20H1T0MLDocument.addTableColumns(3kaya)