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


Public Member Functions | |
| HTML_QuickForm_submit ($elementName=null, $value=null, $attributes=null) | |
| freeze () | |
| exportValue (&$submitValues, $assoc=false) | |
HTML class for a submit type element
Definition at line 33 of file submit.php.
| exportValue | ( | &$ | submitValues, |
| $ | assoc = false |
||
| ) |
Only return the value if it is found within $submitValues (i.e. if this particular submit button was clicked)
Reimplemented from HTML_QuickForm_input.
Definition at line 75 of file submit.php.

| freeze | ( | ) |
Freeze the element so that only its value is returned
public
Reimplemented from HTML_QuickForm_element.
Reimplemented in MoodleQuickForm_submit, and MoodleQuickForm_cancel.
Definition at line 63 of file submit.php.
| HTML_QuickForm_submit | ( | $ | elementName = null, |
| $ | value = null, |
||
| $ | attributes = null |
||
| ) |
Class constructor
| string | Input field name attribute |
| string | Input field value |
| mixed | Either a typical HTML attribute string or an associative array |
Definition at line 47 of file submit.php.

