1CGI.textArea(3kaya)          Kaya module reference         CGI.textArea(3kaya)
2
3
4

NAME

6       CGI::textArea - Create a text area input field.
7

SYNOPSIS

9       HTML  textArea(  String  name,  Int width, Int height, String value="",
10       String id="", String extra="" )
11

ARGUMENTS

13       name The variable name
14
15       value The variable value
16
17       len The suggested size of the input field
18

DESCRIPTION

20       Returns the HTML for a text area input field.  Note  that  neither  the
21       name  nor  the value parameter is escaped by this function, so you must
22       ensure that neither contains a '"' character yourself.
23

AUTHORS

25       Kaya  standard  library  by  Edwin  Brady,  Chris  Morris  and   others
26       (kaya@kayalang.org). For further information see http://kayalang.org/
27

LICENSE

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.textArea(3kaya)
Impressum