1HTMLDocument.appendInlineElemeKnaty(a3kmaoydau)leHTrMeLfDeorceunmceent.appendInlineElement(3kaya)
2
3
4
6 HTMLDocument::appendInlineElement - Append an inline element
7
9 ElementTree appendInlineElement( ElementTree block, InlineElement
10 inline, String initialtext )
11
13 block The element to add to
14
15 inline The inline element to add
16
17 initialtext The initial text content of the inline element
18
20 Adds a new inline element containing some text to the end of a block.
21
22
23 p = addParagraph(parent,"This is ");
24 em = appendInlineElement(p,Emphasis,"important");
25 // <p>This is <em>important</em></p>
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.InlineElement (3kaya)
39 HTMLDocument.addInlineElementAt (3kaya)
40 HTMLDocument.addString (3kaya)
41
42
43
44Kaya DecembeHrTM2L0D1o0cument.appendInlineElement(3kaya)