Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Files | |
file | advcheckbox.php |
Advanced checkbox type form element. | |
file | autocomplete.php |
autocomplete type form element | |
file | behat_core_form.php |
Steps definitions related to mod_quiz. | |
file | behat_form_autocomplete.php |
Auto complete form field class. | |
file | behat_form_availability.php |
Availability form field class. | |
file | behat_form_checkbox.php |
Single checkbox form element. | |
file | behat_form_date.php |
Date form field class. | |
file | behat_form_date_time.php |
Date time form field class. | |
file | behat_form_editor.php |
Moodle editor field. | |
file | behat_form_field.php |
Generic moodleforms field. | |
file | behat_form_filemanager.php |
File manager form element. | |
file | behat_form_group.php |
Generic group field class. | |
file | behat_form_inplaceeditable.php |
Custom interaction with inplace editable elements. | |
file | behat_form_inplaceeditable_select.php |
Custom interaction with inplace editable elements of type select. | |
file | behat_form_modvisible.php |
Silly behat_form_select extension. | |
file | behat_form_passwordunmask.php |
Silly behat_form_select extension. | |
file | behat_form_radio.php |
Radio input form element. | |
file | behat_form_select.php |
Single select form field class. | |
file | behat_form_selectyesno.php |
Silly behat_form_select extension. | |
file | behat_form_text.php |
Text field class. | |
file | behat_form_textarea.php |
Textarea field class. | |
file | button.php |
Button form element. | |
file | cancel.php |
Button form element. | |
file | checkbox.php |
checkbox form element | |
file | cohort.php |
Course selector field. | |
file | course.php |
Course selector field. | |
file | dateselector.php |
Group of date input element. | |
file | datetimeselector.php |
Group of date and time input element. | |
file | defaultcustom.php |
Creates an element with a dropdown Default/Custom and an input for the value (text or date_selector) | |
file | duration.php |
Duration form element. | |
file | editor.php |
Editor input element. | |
file | external.php |
Provides the core_form::external class. | |
file | filemanager.php |
FileManager form element. | |
file | filepicker.php |
Filepicker form element. | |
file | filetypes.php |
Provides the MoodleQuickForm_filetypes class. | |
file | filetypes_util.php |
Provides the core_form::filetypes_util class. | |
file | float.php |
Float type form element. | |
file | formslib.php |
formslib.php - library of classes for creating forms in Moodle, based on PEAR QuickForms. | |
file | grading.php |
Advance grading form element. | |
file | group.php |
Form element group. | |
file | header.php |
Header form element. | |
file | hidden.php |
Hidden type form element. | |
file | htmleditor.php |
htmleditor type form element | |
file | listing.php |
Listing form element. | |
file | modgrade.php |
Drop down form element to select the grade. | |
file | modvisible.php |
Drop down form element to select visibility in an activity mod update form. | |
file | password.php |
Password type form element. | |
file | passwordunmask.php |
Password type form element with unmask option. | |
file | provider.php |
Provides core_form::privacy::provider class. | |
file | questioncategory.php |
Drop down for question categories. | |
file | radio.php |
radio type form element | |
file | recaptcha.php |
recaptcha type form element | |
file | searchableselector.php |
Searchable selector field (alias for autocomplete). | |
file | select.php |
select type form element | |
file | selectgroups.php |
select type form element | |
file | selectwithlink.php |
select type form element | |
file | selectyesno.php |
Yes/No drop down type form element. | |
file | static.php |
Text type form element. | |
file | submit.php |
submit type form element | |
file | tags.php |
Tag autocomplete field. | |
file | templatable_form_element.php |
Adds export_for_template behaviour to an mform element in a consistent and predictable way. | |
file | text.php |
Text type form element. | |
file | textarea.php |
Textarea type form element. | |
file | url.php |
url type form element | |
file | util.php |
Provides the core_form::util class. | |
file | warning.php |
static warning element | |
Namespaces | |
namespace | core_form |
| |
namespace | core_form\privacy |
| |
Functions | |
if( $CFG->debugdeveloper) moodle_page | form_init_date_js () |
Initalize javascript for date type form element. More... | |
pear_handle_error ($error) | |
Callback called when PEAR throws an error. More... | |
Variables | |
global | $CFG |
if(!defined('MOODLE_INTERNAL')) global | $CFG |
global | $CFG |
global | $CFG |
global | $CFG |
global | $CFG |
global | $CFG |
global | $CFG |
global | $CFG |
global | $CFG |
global | $CFG |
global | $CFG |
global | $CFG |
global | $CFG |
global | $CFG |
global | $CFG |
global | $CFG |
if(!defined('MOODLE_INTERNAL')) global | $CFG |
global | $CFG |
global | $CFG |
global | $CFG |
global | $CFG |
object | $GLOBALS ['_HTML_QuickForm_default_renderer'] = new MoodleQuickForm_Renderer() |
$GLOBALS['_HTML_QuickForm_default_renderer'] | |
const | EDITOR_UNLIMITED_FILES -1 |
setup.php includes our hacked pear libs first More... | |
if (!defined( 'MOODLE_INTERNAL')) | |
if($CFG->debugdeveloper) moodle_page form_init_date_js | ( | ) |
Initalize javascript for date type form element.
@staticvar bool $done make sure it gets initalize once. $PAGE
pear_handle_error | ( | $error | ) |
Callback called when PEAR throws an error.
PEAR_Error | $error |
const EDITOR_UNLIMITED_FILES -1 |
setup.php includes our hacked pear libs first
EDITOR_UNLIMITED_FILES - hard-coded value for the 'maxfiles' option