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

NAME

6       CGI::passwordBox - Create a password input field.
7

SYNOPSIS

9       HTML  passwordBox(  String  name,  Int  len=20,  String  id="",  String
10       extra="" )
11

ARGUMENTS

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

DESCRIPTION

18       Returns the HTML for a password input field. Note that the name parame‐
19       ter  is  not  escaped by this function, so you must ensure that it con‐
20       tains no '"' characters yourself.
21

AUTHORS

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

LICENSE

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