|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Data Structures | |
| class | moodleform |
| class | MoodleQuickForm |
| class | MoodleQuickForm_Renderer |
| class | MoodleQuickForm_Rule_Required |
Namespaces | |
| namespace | core |
| namespace | moodlecore |
Enumerations | |
| enum | EDITOR_UNLIMITED_FILES |
Functions | |
| pear_handle_error ($error) | |
| if(!empty($CFG->debug) and $CFG->debug >=DEBUG_ALL) | form_init_date_js () |
Variables | |
$_HTML_QuickForm_default_renderer | |
object $GLOBALS['_HTML_QuickForm_default_renderer'] | |
| $GLOBALS ['_HTML_QuickForm_default_renderer'] = new MoodleQuickForm_Renderer() | |
setup.php includes our hacked pear libs first
Definition at line 50 of file formslib.php.
| if (!empty($CFG->debug) and $CFG->debug >=DEBUG_ALL) form_init_date_js | ( | ) |
bool $done moodle_page $PAGE
Definition at line 72 of file formslib.php.

| pear_handle_error | ( | $ | error | ) |
Callback called when PEAR throws an error
| PEAR_Error | $error |
Definition at line 57 of file formslib.php.

| $GLOBALS['_HTML_QuickForm_default_renderer'] = new MoodleQuickForm_Renderer() |
Definition at line 2516 of file formslib.php.