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


Public Member Functions | |
| MoodleQuickForm_button ($elementName=null, $value=null, $attributes=null) | |
| setHelpButton ($helpbuttonargs, $function='helpbutton') | |
| getHelpButton () | |
| getElementTemplateType () | |
Data Fields | |
| $_helpbutton = '' | |
HTML class for a button type element
Definition at line 31 of file button.php.
Slightly different container template when frozen.
Definition at line 66 of file button.php.
| getHelpButton | ( | ) |
get html for help button
public
Definition at line 58 of file button.php.
| MoodleQuickForm_button | ( | $ | elementName = null, |
| $ | value = null, |
||
| $ | attributes = 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 49 of file button.php.

| $_helpbutton = '' |
Definition at line 38 of file button.php.