1CGI.textBox(3kaya) Kaya module reference CGI.textBox(3kaya)
2
3
4
6 CGI::textBox - Create a text input field.
7
9 HTML textBox( String name, String value="", Int len=20, String id="",
10 String extra="" )
11
13 name The variable name
14
15 value The variable value
16
17 len The suggested size of the input field
18
20 Returns the HTML for a text input field. Note that neither the name nor
21 the value parameter is escaped by this function, so you must ensure
22 that neither contains a '"' character yourself.
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 CGI.textBox(3kaya)