|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| HTML_QuickForm_password ($elementName=null, $elementLabel=null, $attributes=null) | |
| setSize ($size) | |
| setMaxlength ($maxlength) | |
| getFrozenHtml () | |
HTML class for a password type field
Definition at line 33 of file password.php.
| getFrozenHtml | ( | ) |
Returns the value of field without HTML tags (in this case, value is changed to a mask)
Reimplemented from HTML_QuickForm_element.
Definition at line 98 of file password.php.


| HTML_QuickForm_password | ( | $ | elementName = null, |
| $ | elementLabel = null, |
||
| $ | attributes = null |
||
| ) |
Class constructor
| string | $elementName | (optional)Input field name attribute |
| string | $elementLabel | (optional)Input field label |
| mixed | $attributes | (optional)Either a typical HTML attribute string or an associative array |
Definition at line 49 of file password.php.


| setMaxlength | ( | $ | maxlength | ) |
Sets maxlength of password element
| string | $maxlength | Maximum length of password field |
Definition at line 82 of file password.php.

| setSize | ( | $ | size | ) |
Sets size of password element
| string | $size | Size of password field |
Definition at line 66 of file password.php.
