1HTMLDocument.makeDataCell(3kayKaa)ya module refereHnTcMeLDocument.makeDataCell(3kaya)
2
3
4
6 HTMLDocument::makeDataCell - Make a table cell a data cell
7
9 ElementTree makeDataCell( ElementTree tsect, Int row, Int col )
10
12 tsect The table header, footer or body section
13
14 row The row to retrieve from (starting at 0)
15
16 col The column to retrieve from (starting at 0)
17
19 Makes a table cell a data cell and returns the cell. Apart from con‐
20 verting the cell to a data cell if it wasn't already, this is identical
21 to HTMLDocument.getTableCell (3kaya)
22 All cells are data cells by default, unless created with HTMLDocu‐
23 ment.initialiseTable (3kaya) (or HTMLDocument.lazyTable (3kaya) ,
24 though of course those cells are not retrievable with this function) in
25 the header section.
26
28 Kaya standard library by Edwin Brady, Chris Morris and others
29 (kaya@kayalang.org). For further information see http://kayalang.org/
30
32 The Kaya standard library is free software; you can redistribute it
33 and/or modify it under the terms of the GNU Lesser General Public
34 License (version 2.1 or any later version) as published by the Free
35 Software Foundation.
36
38 HTMLDocument.getTableCell (3kaya)
39 HTMLDocument.makeHeaderCell (3kaya)
40
41
42
43Kaya December 2010HTMLDocument.makeDataCell(3kaya)