|
XoopsFormElement | --XoopsFormPassword
Located in File: Program_Root/class/xoopsform/formpassword.php
copyright (c) 2000-2003 XOOPS.org
Kazumi Ono <onokazu@xoops.org>
| ||
| ||
| ||
| ||
|
Inherited From Class XoopsFormElement
|
void | XoopsFormPassword( string $caption, string $name, int $size, int $maxlength, int $value) |
- string $caption: Caption
- string $name: "name" attribute
- int $size: Size of the field
- int $maxlength: Maximum length of the text
- int $value: Initial value of the field. Warning: this is readable in cleartext in the page's source!
[ Top ]
int | getMaxlength( ) |
[ Top ]
int | getSize( ) |
[ Top ]
string | getValue( ) |
[ Top ]
string | render( ) |
Overrides XoopsFormElement::render() (Generate output for the form element.)
Prepare HTML for outputHTML
[ Top ]