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


Public Member Functions | |
| MoodleQuickForm_radio ($elementName=null, $elementLabel=null, $text=null, $value=null, $attributes=null) | |
| setHelpButton ($helpbuttonargs, $function='helpbutton') | |
| getHelpButton () | |
| getElementTemplateType () | |
| getFrozenHtml () | |
| toHtml () | |
Data Fields | |
| $_helpbutton = '' | |
| getFrozenHtml | ( | ) |
Returns the disabled field. Accessibility: the return "( )" from parent class is not acceptable for screenreader users, and we DO want a label.
Reimplemented from HTML_QuickForm_radio.
Definition at line 57 of file radio.php.

| getHelpButton | ( | ) |
| MoodleQuickForm_radio | ( | $ | elementName = null, |
| $ | elementLabel = null, |
||
| $ | text = null, |
||
| $ | value = null, |
||
| $ | attributes = null |
||
| ) |
| setHelpButton | ( | $ | helpbuttonargs, |
| $ | function = 'helpbutton' |
||
| ) |
| toHtml | ( | ) |
Returns the radio element in HTML
Reimplemented from HTML_QuickForm_radio.