mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
![]() * Added MoodleQuickForm method closeHeaderBefore($elementName); http://docs.moodle.org/en/Development:lib/formslib.php_Form_Definition#Use_Fieldsets_to_group_Form_Elements * Added moodleform method add_action_buttons(); see http://docs.moodle.org/en/Development:lib/formslib.php_Form_Definition#add_action_buttons.28.24cancel_.3D_true.2C_.24revert_.3D_true.2C_.24submitlabel.3Dnull.29.3B * is_cancelled method added to moodleform http://docs.moodle.org/en/Development:lib/formslib.php_Usage#Basic_Usage_in_A_Normal_Page * added hidden labels to elements within groups such as the date_selector select boxes and other elements in 'groups' * quiz/mod.html migrated to formslib * glossary/edit.html migrated to formslib * extended registerNoSubmitButton() functionality to automatically add js to onclick to bypass client side js input validation. * added no_submit_button_pressed() function that can be used in a similar way to is_cancelled() as a test in the main script to see if some button in the page has been pressed that is a submit button that is used for some dynamic functionality within the form and not to submit the data for the whole form. * added new condition for disabledIf which allows to disable another form element if no options are selected from within a select element. * added default 'action' for moodleform - strip_querystring(qualified_me()) http://docs.moodle.org/en/Development:lib/formslib.php_Usage#Basic_Usage_in_A_Normal_Page |
||
---|---|---|
.. | ||
docs | ||
fonts | ||
help | ||
access.php | ||
activitynames.php | ||
admin.php | ||
algebra.php | ||
appointment.php | ||
assignment.php | ||
attendance.php | ||
auth.php | ||
block_course_list.php | ||
block_course_summary.php | ||
block_glossary_random.php | ||
block_html.php | ||
block_loancalc.php | ||
block_online_users.php | ||
block_quiz_results.php | ||
block_rss_client.php | ||
block_search_forums.php | ||
block_section_links.php | ||
block_social_activities.php | ||
blog.php | ||
calendar.php | ||
censor.php | ||
chat.php | ||
choice.php | ||
countries.php | ||
currencies.php | ||
data.php | ||
dialogue.php | ||
editor.php | ||
emailprotect.php | ||
enrol_authorize.php | ||
enrol_database.php | ||
enrol_flatfile.php | ||
enrol_imsenterprise.php | ||
enrol_ldap.php | ||
enrol_manual.php | ||
enrol_paypal.php | ||
error.php | ||
exercise.php | ||
form.php | ||
forum.php | ||
glossary.php | ||
grades.php | ||
group.php | ||
hotpot.php | ||
install.php | ||
journal.php | ||
label.php | ||
lams.php | ||
langconfig.php | ||
lesson.php | ||
mediaplugin.php | ||
message.php | ||
mimetypes.php | ||
moodle.php | ||
multilang.php | ||
my.php | ||
pix.php | ||
qtype_multichoice.php | ||
questionnaire.php | ||
quiz.php | ||
quiz_analysis.php | ||
quiz_grading.php | ||
quiz_overview.php | ||
quiz_regrade.php | ||
quiz_responses.php | ||
README | ||
resource.php | ||
role.php | ||
scorm.php | ||
simpletest.php | ||
survey.php | ||
tex.php | ||
timezones.php | ||
webquest.php | ||
wiki.php | ||
workshop.php | ||
xmldb.php |
ENGLISH ------- English is the default language of Moodle, and this language pack is the "master" set against which other packs are compared. If a string is missing for any reason from another language then the English version will be used. Each installed activity module in moodle/mod should have a file here, as well as the main file which is called "moodle.php". The "help" directory contains whole pages written in HTML, and the "docs" directory contains other miscellaneous documents. If you are thinking of translating Moodle to another language, please contact Martin Dougiamas!