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


Public Member Functions | |
| MoodleQuickForm_header ($elementName=null, $text=null) | |
| accept (&$renderer) | |
| setHelpButton ($helpbuttonargs, $function='helpbutton') | |
| getHelpButton () | |
Data Fields | |
| $_helpbutton = '' | |
A pseudo-element used for adding headers to form
Definition at line 9 of file header.php.
| accept | ( | &$ | renderer | ) |
Accepts a renderer
| object | An HTML_QuickForm_Renderer object public |
Reimplemented from HTML_QuickForm_header.
Definition at line 31 of file header.php.

| getHelpButton | ( | ) |
get html for help button
public
Definition at line 54 of file header.php.

| MoodleQuickForm_header | ( | $ | elementName = null, |
| $ | text = null |
||
| ) |
| setHelpButton | ( | $ | helpbuttonargs, |
| $ | function = 'helpbutton' |
||
| ) |
set html for help button
public
| array | $help | array of arguments to make a help button |
| string | $function | function name to call to get html |
Definition at line 45 of file header.php.

| $_helpbutton = '' |
Definition at line 16 of file header.php.