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


Public Member Functions | |
| MoodleQuickForm_password ($elementName=null, $elementLabel=null, $attributes=null) | |
| setHelpButton ($helpbuttonargs, $function='helpbutton') | |
| getHelpButton () | |
Data Fields | |
| $_helpbutton = '' | |
HTML class for a password type element
Definition at line 10 of file password.php.
| getHelpButton | ( | ) |
get html for help button
public
Definition at line 51 of file password.php.
| MoodleQuickForm_password | ( | $ | elementName = null, |
| $ | elementLabel = null, |
||
| $ | attributes = null |
||
| ) |
Definition at line 17 of file password.php.


| 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 42 of file password.php.

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