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


Public Member Functions | |
| MoodleQuickForm_hidden ($elementName=null, $value='', $attributes=null) | |
| setHelpButton ($helpbuttonargs, $function='helpbutton') | |
| getHelpButton () | |
Data Fields | |
| $_helpbutton = '' | |
HTML class for a hidden type element
Definition at line 10 of file hidden.php.
| getHelpButton | ( | ) |
get html for help button
public
Definition at line 38 of file hidden.php.
| MoodleQuickForm_hidden | ( | $ | elementName = null, |
| $ | value = '', |
||
| $ | 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 29 of file hidden.php.
| $_helpbutton = '' |
Definition at line 16 of file hidden.php.