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


Public Member Functions | |
| MoodleQuickForm_warning ($elementName=null, $elementClass='notifyproblem', $text=null) | |
| setHelpButton ($helpbuttonargs, $function='helpbutton') | |
| toHtml () | |
| getHelpButton () | |
| getElementTemplateType () | |
Data Fields | |
| $_elementTemplateType = 'warning' | |
| $_helpbutton = '' | |
| $_class = '' | |
HTML class for a text type element
Definition at line 10 of file warning.php.
Definition at line 55 of file warning.php.
| getHelpButton | ( | ) |
get html for help button
public
Definition at line 51 of file warning.php.
| MoodleQuickForm_warning | ( | $ | elementName = null, |
| $ | elementClass = 'notifyproblem', |
||
| $ | 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 36 of file warning.php.

| toHtml | ( | ) |
Returns the static text element in HTML
public
Reimplemented from HTML_QuickForm_static.
Definition at line 40 of file warning.php.
| $_class = '' |
Definition at line 18 of file warning.php.
| $_elementTemplateType = 'warning' |
Definition at line 11 of file warning.php.
| $_helpbutton = '' |
Definition at line 17 of file warning.php.