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


Public Member Functions | |
| MoodleQuickForm_selectyesno ($elementName=null, $elementLabel=null, $attributes=null, $options=null) | |
| onQuickFormEvent ($event, $arg, &$caller) | |
HTML class for a simple yes/ no drop down element
Definition at line 11 of file selectyesno.php.
| MoodleQuickForm_selectyesno | ( | $ | elementName = null, |
| $ | elementLabel = null, |
||
| $ | attributes = null, |
||
| $ | options = null |
||
| ) |
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 24 of file selectyesno.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 41 of file selectyesno.php.
