1HTMLDocument.addFieldset(3kayaK)aya module referenHcTeMLDocument.addFieldset(3kaya)
2
3
4
6 HTMLDocument::addFieldset - Add a new fieldset
7
9 ElementTree addFieldset( ElementTree parent, String legendtext )
10
12 parent The parent element (often the form, but in many cases nested
13 fieldsets make sense)
14
15 legendtext The 'legend' of the fieldset. This text is generally dis‐
16 played at the top of the fieldset as a descriptive heading.
17
19 Add a new fieldset to a form. Fieldsets are very useful for containing
20 form controls which may not be directly contained within a form.
21
23 Kaya standard library by Edwin Brady, Chris Morris and others
24 (kaya@kayalang.org). For further information see http://kayalang.org/
25
27 The Kaya standard library is free software; you can redistribute it
28 and/or modify it under the terms of the GNU Lesser General Public
29 License (version 2.1 or any later version) as published by the Free
30 Software Foundation.
31
32
33
34Kaya December 2010 HTMLDocument.addFieldset(3kaya)