Detailed Description
HTML class for a text field
- Author:
- Adam Daniel <adaniel1@eesus.jnj.com>
-
Bertrand Mansion <bmansion@mamasam.com>
- Version:
- 1.0
- Since:
- PHP4.04pl1 public
Definition at line 33 of file text.php.
Member Function Documentation
Class constructor
- Parameters:
-
| 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 |
- Since:
- 1.0 public
- Returns:
- void
Definition at line 49 of file text.php.
Sets maxlength of text field
- Parameters:
-
| string | $maxlength | Maximum length of text field |
- Since:
- 1.3 public
- Returns:
- void
Definition at line 83 of file text.php.
Sets size of text field
- Parameters:
-
| string | $size | Size of text field |
- Since:
- 1.3 public
- Returns:
- void
Definition at line 67 of file text.php.
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/lib/pear/HTML/QuickForm/text.php