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


Public Member Functions | |
| HTML_QuickForm_button ($elementName=null, $value=null, $attributes=null) | |
| freeze () | |
HTML class for a button type element
Definition at line 33 of file button.php.
| freeze | ( | ) |
Freeze the element so that only its value is returned
public
Reimplemented from HTML_QuickForm_element.
Definition at line 65 of file button.php.
| HTML_QuickForm_button | ( | $ | elementName = null, |
| $ | value = null, |
||
| $ | attributes = null |
||
| ) |
Class constructor
| string | $elementName | (optional)Input field name attribute |
| string | $value | (optional)Input field value |
| mixed | $attributes | (optional)Either a typical HTML attribute string or an associative array |
Definition at line 48 of file button.php.

