1HTMLDocument.initialiseTable(3Kkaayyaa)module refHeTrMeLnDcoecument.initialiseTable(3kaya)
2
3
4
6 HTMLDocument::initialiseTable - Create a table and initialise contents
7
9 ElementTree initialiseTable( ElementTree parent, InitialTableData itd,
10 String caption=createString(0) )
11
13 parent The parent element
14
15 itd The HTMLDocument.InitialTableData (3kaya)
16
17 caption Optionally, a caption for the table
18
20 Creates a table with the sections, rows, columns and cells described in
21 the itd parameter - see the HTMLDocument.InitialTableData (3kaya) docu‐
22 mentation for more details. Cells will be created as data cells by
23 default, except for cells in the header section, which will be created
24 as header cells.
25
27 Kaya standard library by Edwin Brady, Chris Morris and others
28 (kaya@kayalang.org). For further information see http://kayalang.org/
29
31 The Kaya standard library is free software; you can redistribute it
32 and/or modify it under the terms of the GNU Lesser General Public
33 License (version 2.1 or any later version) as published by the Free
34 Software Foundation.
35
37 HTMLDocument.InitialTableData (3kaya)
38 HTMLDocument.addTable (3kaya)
39 HTMLDocument.lazyTable (3kaya)
40 HTMLDocument.setTableCaption (3kaya)
41
42
43
44Kaya December 20H1T0MLDocument.initialiseTable(3kaya)