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


Public Member Functions | |
| MoodleQuickForm_submit ($elementName=null, $value=null, $attributes=null) | |
| onQuickFormEvent ($event, $arg, &$caller) | |
| getElementTemplateType () | |
| freeze () | |
HTML class for a submit type element
Definition at line 13 of file submit.php.
| freeze | ( | ) |
Freeze the element so that only its value is returned
public
Reimplemented from HTML_QuickForm_submit.
Reimplemented in MoodleQuickForm_cancel.
Definition at line 61 of file submit.php.
Slightly different container template when frozen. Don't want to display a submit button if the form is frozen.
Definition at line 53 of file submit.php.
| MoodleQuickForm_submit | ( | $ | elementName = null, |
| $ | value = null, |
||
| $ | attributes = null |
||
| ) |
Definition at line 14 of file submit.php.


| onQuickFormEvent | ( | $ | event, |
| $ | arg, | ||
| &$ | caller | ||
| ) |
Called by HTML_QuickForm whenever form event is made on this element
| string | $event | Name of event |
| mixed | $arg | event arguments |
| object | $caller | calling object |
Reimplemented from HTML_QuickForm_input.
Reimplemented in MoodleQuickForm_cancel.
Definition at line 27 of file submit.php.
