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

NAME

6       CGI::selBox - Create a selection box.
7

SYNOPSIS

9       HTML selBox( String name, Int len, [String] opts, String def="", String
10       id="", String extra="" )
11

ARGUMENTS

13       name The name of the selector
14
15       len The size of the selector (use 0 for a drop-down selection box)
16
17       opts The options for the selector
18
19       def The default option
20

DESCRIPTION

22       Returns the HTML for a selection box. Note that none of the input  val‐
23       ues  are  escaped, so you must ensure that name contains no '"' charac‐
24       ters, and opts contains no values containing '<' characters.
25

AUTHORS

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

LICENSE

31       The  Kaya  standard  library  is free software; you can redistribute it
32       and/or modify it under the terms  of  the  GNU  Lesser  General  Public
33       License  (version  2.1  or  any later version) as published by the Free
34       Software Foundation.
35
36
37
38Kaya                             December 2010               CGI.selBox(3kaya)
Impressum