![]() |
API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|


Public Member Functions | |
| __construct ($caption, $name, $size, $maxlength, $value='', $autoComplete=false) | |
| getSize () | |
| getMaxlength () | |
| getValue ($encode=false) | |
| setValue ($value) | |
| render () | |
Public Member Functions inherited from XoopsFormElement | |
| __construct () | |
| isContainer () | |
| setName ($name) | |
| getName ($encode=true) | |
| setAccessKey ($key) | |
| getAccessKey () | |
| getAccessString ($str) | |
| setClass ($class) | |
| getClass () | |
| setCaption ($caption) | |
| getCaption ($encode=false) | |
| getTitle ($encode=true) | |
| setDescription ($description) | |
| getDescription ($encode=false) | |
| setHidden () | |
| isHidden () | |
| isRequired () | |
| setExtra ($extra, $replace=false) | |
| getExtra ($encode=false) | |
| setNocolspan ($nocolspan=true) | |
| getNocolspan () | |
| getFormType () | |
| setFormType ($value='') | |
| renderValidationJS () | |
| render () | |
Data Fields | |
| $_size | |
| $_maxlength | |
| $_value | |
| $autoComplete = false | |
Data Fields inherited from XoopsFormElement | |
| $customValidationCode = array() | |
| $_name | |
| $_caption | |
| $_accesskey = '' | |
| $_class = array() | |
| $_hidden = false | |
| $_extra = array() | |
| $_required = false | |
| $_description = '' | |
| $_nocolspan = false | |
| $_formtype = '' | |
Password Field
| __construct | ( | $caption, | |
| $name, | |||
| $size, | |||
| $maxlength, | |||
$value = '', |
|||
$autoComplete = false |
|||
| ) |
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! |
| bool | $autoComplete | To enable autoComplete or browser cache |

| getMaxlength | ( | ) |
Get the max length

| getSize | ( | ) |
Get the field size

| getValue | ( | $encode = false | ) |
Get the "value" attribute
| bool | $encode | To sanitizer the text? |

| render | ( | ) |
Prepare HTML for output
Reimplemented from XoopsFormElement.

| setValue | ( | $value | ) |
Set the initial value
@patam $value string
| $value |

| $_maxlength |
| $_size |
| $_value |
| $autoComplete = false |