[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Advanced checkbox type form element Contains HTML class for an advcheckbox type form element
Copyright: | 2007 Jamie Pratt <[email protected]> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 124 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
MoodleQuickForm_advcheckbox:: (4 methods):
MoodleQuickForm_advcheckbox()
getHelpButton()
toHtml()
getFrozenHtml()
Class: MoodleQuickForm_advcheckbox - X-Ref
HTML class for an advcheckbox type elementMoodleQuickForm_advcheckbox($elementName=null, $elementLabel=null, $text=null, $attributes=null, $values=null) X-Ref |
constructor param: string $elementName (optional) name of the checkbox param: string $elementLabel (optional) checkbox label param: string $text (optional) Text to put after the checkbox param: mixed $attributes (optional) Either a typical HTML attribute string param: mixed $values (optional) Values to pass if checked or not checked |
getHelpButton() X-Ref |
get html for help button return: string html for help button |
toHtml() X-Ref |
Returns HTML for advchecbox form element. return: string |
getFrozenHtml() X-Ref |
Returns the disabled field. Accessibility: the return "[ ]" from parent class is not acceptable for screenreader users, and we DO want a label. return: string |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |