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


Public Member Functions | |
| MoodleQuickForm_cancel ($elementName=null, $value=null, $attributes=null) | |
| onQuickFormEvent ($event, $arg, &$caller) | |
| getFrozenHtml () | |
| freeze () | |
HTML class for a submit type element
Definition at line 15 of file cancel.php.
| freeze | ( | ) |
Freeze the element so that only its value is returned
public
Reimplemented from MoodleQuickForm_submit.
Definition at line 54 of file cancel.php.
| getFrozenHtml | ( | ) |
Returns the value of field without HTML tags
Reimplemented from HTML_QuickForm_element.
Definition at line 50 of file cancel.php.
| MoodleQuickForm_cancel | ( | $ | elementName = null, |
| $ | value = null, |
||
| $ | attributes = null |
||
| ) |
Class constructor
Definition at line 26 of file cancel.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 MoodleQuickForm_submit.
Definition at line 37 of file cancel.php.
