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


Public Member Functions | |
| MoodleQuickForm_filepicker ($elementName=null, $elementLabel=null, $attributes=null, $options=null) | |
| setHelpButton ($helpbuttonargs, $function='helpbutton') | |
| getHelpButton () | |
| getElementTemplateType () | |
| toHtml () | |
| exportValue (&$submitValues, $assoc=false) | |
Data Fields | |
| $_helpbutton = '' | |
Protected Attributes | |
| $_options = array('maxbytes'=>0, 'accepted_types'=>'*', 'return_types'=>FILE_INTERNAL) | |
HTML class for a single filepicker element (based on button)
Definition at line 16 of file filepicker.php.
| exportValue | ( | &$ | submitValues, |
| $ | assoc = false |
||
| ) |
We don't need values from button-type elements (except submit) and files
Reimplemented from HTML_QuickForm_input.
Definition at line 114 of file filepicker.php.

Definition at line 44 of file filepicker.php.
| getHelpButton | ( | ) |
Definition at line 40 of file filepicker.php.
| MoodleQuickForm_filepicker | ( | $ | elementName = null, |
| $ | elementLabel = null, |
||
| $ | attributes = null, |
||
| $ | options = null |
||
| ) |
| setHelpButton | ( | $ | helpbuttonargs, |
| $ | function = 'helpbutton' |
||
| ) |
| toHtml | ( | ) |
Returns the input field in HTML
Reimplemented from HTML_QuickForm_input.
Definition at line 52 of file filepicker.php.

| $_helpbutton = '' |
Definition at line 17 of file filepicker.php.
$_options = array('maxbytes'=>0, 'accepted_types'=>'*', 'return_types'=>FILE_INTERNAL) [protected] |
Definition at line 18 of file filepicker.php.