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


Public Member Functions | |
| MoodleQuickForm_modgrade ($elementName=null, $elementLabel=null, $attributes=null, $hidenograde=false) | |
| onQuickFormEvent ($event, $arg, &$caller) | |
Data Fields | |
| $_hidenograde = false | |
HTML class for a drop down element to select the grade for an activity, used in mod update form
Definition at line 12 of file modgrade.php.
| MoodleQuickForm_modgrade | ( | $ | elementName = null, |
| $ | elementLabel = null, |
||
| $ | attributes = null, |
||
| $ | hidenograde = false |
||
| ) |
Class constructor
| string | Select name attribute | |
| mixed | Label(s) for the select | |
| mixed | Either a typical HTML attribute string or an associative array | |
| mixed | $options | ignored public |
Definition at line 26 of file modgrade.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_select.
Definition at line 44 of file modgrade.php.

| $_hidenograde = false |
Definition at line 14 of file modgrade.php.