1HTMLDocument.TextInputType(3kaKyaay)a module referHeTnMcLeDocument.TextInputType(3kaya)
2
3
4
6 HTMLDocument::TextInputType - Types of text input
7
9 HTMLDocument::TextInputType< >
10
11
12 = InputText()
13
14
15 | InputPassword()
16
17
18 | InputHidden()
19
20
21 | InputRadio()
22
23
24 | InputCheck()
25
26
27 | InputFile()
28
30 Types of text and selection input.
31
33 Kaya standard library by Edwin Brady, Chris Morris and others
34 (kaya@kayalang.org). For further information see http://kayalang.org/
35
37 The Kaya standard library is free software; you can redistribute it
38 and/or modify it under the terms of the GNU Lesser General Public
39 License (version 2.1 or any later version) as published by the Free
40 Software Foundation.
41
43 HTMLDocument.addOption (3kaya) is often a better way to add a checkbox
44 HTMLDocument.addOptionList (3kaya) is often a better way to add a set
45 of radio buttons
46 HTMLDocument.addLabelledInput (3kaya)
47 HTMLDocument.addSelectElement (3kaya) handles <select>s
48 HTMLDocument.addTextInput (3kaya)
49
50
51
52Kaya December 2010HTMLDocument.TextInputType(3kaya)