|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| __construct ($caption, $name, $size, $maxlength, $value='') | |
| XoopsFormPassword ($caption, $name, $size, $maxlength, $value='') | |
| getSize () | |
| getMaxlength () | |
| getValue () | |
| setValue ($value) | |
| render () | |
Public Member Functions inherited from XoopsFormElement | |
| __construct () | |
| XoopsFormElement () | |
| isContainer () | |
| setName ($name) | |
| getName ($encode=true) | |
| setId ($id) | |
| getId () | |
| setAccessKey ($key) | |
| getAccessKey () | |
| getAccessString ($str) | |
| setClass ($class) | |
| getClass () | |
| setCaption ($caption) | |
| getCaption () | |
| setDescription ($description) | |
| getDescription () | |
| setHidden () | |
| isHidden () | |
| isBreak () | |
| setExtra ($extra, $replace=false) | |
| getExtra () | |
| getMessageForJS () | |
Data Fields | |
| $_size | |
| $_maxlength | |
| $_value | |
Data Fields inherited from XoopsFormElement | |
| $_name | |
| $_caption | |
| $_accesskey = '' | |
| $_class = '' | |
| $_hidden = false | |
| $_extra = '' | |
| $_required = false | |
| $_description = '' | |
| $_id = null | |
Definition at line 18 of file formpassword.php.
| __construct | ( | $caption, | |
| $name, | |||
| $size, | |||
| $maxlength, | |||
| $value = '' ) |
Constructor
| string | $caption | Caption |
| string | $name | "name" attribute |
| int | $size | Size of the field |
| int | $maxlength | Maximum length of the text |
| string | $value | Initial value of the field. Warning: this is readable in cleartext in the page's source! |
Definition at line 52 of file formpassword.php.
| getMaxlength | ( | ) |
| getSize | ( | ) |
| getValue | ( | ) |
| render | ( | ) |
Prepare HTML for output
Reimplemented from XoopsFormElement.
Definition at line 111 of file formpassword.php.
| setValue | ( | $value | ) |
Set the initial value
@patam $value string
| $value |
Definition at line 101 of file formpassword.php.
| XoopsFormPassword | ( | $caption, | |
| $name, | |||
| $size, | |||
| $maxlength, | |||
| $value = '' ) |
Definition at line 60 of file formpassword.php.
| $_maxlength |
Definition at line 33 of file formpassword.php.
| $_size |
Definition at line 26 of file formpassword.php.
| $_value |
Definition at line 40 of file formpassword.php.