1HTMLDocument.lazyTable(3kaya)Kaya module referenceHTMLDocument.lazyTable(3kaya)
2
3
4
6 HTMLDocument::lazyTable - Create a lazy table
7
9 ElementTree lazyTable( ElementTree parent, InitialTableData itd, String
10 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 lazy table with the sections, rows, columns and cells
21 described in the itd parameter - see the HTMLDocument.InitialTableData
22 [1m(3kaya) documentation for more details. Cells will be created as data
23 cells by default, except for cells in the header section, which will be
24 created as header cells.
25
26 This function differs from initialiseTable in that the contents of the
27 table are only partially applied. They are generated only when the ta‐
28 ble is converted to a string, which saves a considerable amount of mem‐
29 ory for large tables, but has the disadvantage that the contents may
30 not be edited, and so may only consist of plain text.
31
33 Kaya standard library by Edwin Brady, Chris Morris and others
34 (kaya@kayalang.org). For further information see http://kayalang.org/
35
37 The Kaya standard library is free software; you can redistribute it
38 and/or modify it under the terms of the GNU Lesser General Public
39 License (version 2.1 or any later version) as published by the Free
40 Software Foundation.
41
43 HTMLDocument.InitialTableData (3kaya)
44 HTMLDocument.addTable (3kaya)
45 HTMLDocument.initialiseTable (3kaya)
46 HTMLDocument.setTableCaption (3kaya)
47
48
49
50Kaya December 2010 HTMLDocument.lazyTable(3kaya)