[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Form element group Contains HTML class for group form element
Copyright: | 2007 Jamie Pratt <[email protected]> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 100 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
MoodleQuickForm_group:: (4 methods):
MoodleQuickForm_group()
getHelpButton()
getElementTemplateType()
setElements()
Class: MoodleQuickForm_group - X-Ref
HTML class for a form element groupMoodleQuickForm_group($elementName=null, $elementLabel=null, $elements=null, $separator=null, $appendName = true) X-Ref |
constructor param: string $elementName (optional) name of the group param: string $elementLabel (optional) group label param: array $elements (optional) array of HTML_QuickForm_element elements to group param: string $separator (optional) string to seperate elements. param: string $appendName (optional) string to appened to grouped elements. |
getHelpButton() X-Ref |
set html for help button |
getElementTemplateType() X-Ref |
Returns element template, nodisplay/static/fieldset return: string |
setElements($elements) X-Ref |
Sets the grouped elements and hides label param: array $elements |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |