1HTMLDocument.addDivision(3kayaK)aya module referenHcTeMLDocument.addDivision(3kaya)
2
3
4
6 HTMLDocument::addDivision - Add a generic block
7
9 ElementTree addDivision( ElementTree parent, String initialtext=creat‐
10 eString(0), String cssclass=createString(0) )
11
13 parent The parent element
14
15 initialtext Optionally, initial text content for the element.
16
17 cssclass Optionally, the CSS class to apply to the division
18
20 Add a generic block to the end of the specified element. Unlike para‐
21 graphs, lists, etc. this block has no defined semantics, and so is use‐
22 ful for grouping and styling purposes.
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
34
35
36Kaya December 2010 HTMLDocument.addDivision(3kaya)