1HTMLDocument.addParagraph(3kayKaa)ya module refereHnTcMeLDocument.addParagraph(3kaya)
2
3
4
6 HTMLDocument::addParagraph - Add a paragraph
7
9 ElementTree addParagraph( ElementTree parent, String initialtext=creatâ
10 eString(0) )
11
13 parent The parent element
14
15 initialtext Optionally, initial text content for the element.
16
18 Add a paragraph to the end of the specified element. Unlike most block-
19 level elements, paragraphs may only contain inline elements.
20
22 Kaya standard library by Edwin Brady, Chris Morris and others
23 (kaya@kayalang.org). For further information see http://kayalang.org/
24
26 The Kaya standard library is free software; you can redistribute it
27 and/or modify it under the terms of the GNU Lesser General Public
28 License (version 2.1 or any later version) as published by the Free
29 Software Foundation.
30
31
32
33Kaya December 2010HTMLDocument.addParagraph(3kaya)