|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Data Structures | |
| class | MoodleQuickForm_filemanager |
| class | form_filemanaer_x |
Namespaces | |
| namespace | moodlecore |
Functions | |
| form_filemanager_render ($options) | |
Variables | |
| global | $CFG |
| form_filemanager_render | ( | $ | options | ) |
Print the file manager
$OUTPUT->file_manager($options);
| array | $options | associative array with file manager options options are: maxbytes=>-1, maxfiles=>-1, itemid=>0, subdirs=>false, client_id=>uniqid(), acepted_types=>'*', return_types=>FILE_INTERNAL, context=>$PAGE->context |
Definition at line 241 of file filemanager.php.


| global $CFG |
Definition at line 26 of file filemanager.php.