This website requires JavaScript.
Explore
Help
Register
Sign In
mirror_php
/
moodle
Watch
1
Star
0
Fork
0
You've already forked moodle
mirror of
https://github.com/moodle/moodle.git
synced
2025-03-11 11:19:50 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
moodle
/
lib
/
form
History
nicolasconnault
6073a598a7
MDL-12389 Removed the selectallornone element in favour of a more generic submitlink element. The checkbox controller is now added to a form using moodleform::add_checkbox_controller.
2007-12-04 10:35:25 +00:00
..
advcheckbox.php
MDL-12389 Removed the selectallornone element in favour of a more generic submitlink element. The checkbox controller is now added to a form using moodleform::add_checkbox_controller.
2007-12-04 10:35:25 +00:00
button.php
…
cancel.php
…
checkbox.php
Fixes MDL-8627, "HTML QuickForm displays (some?) disabled elements in a non-accessible way", overrides parent::getFrozenHtml.
2007-09-12 11:17:35 +00:00
choosecoursefile.php
…
choosecoursefileorimsrepo.php
…
dateselector.php
…
datetimeselector.php
Fiexed order of time elements for RTL MDL-10768
2007-08-09 08:44:29 +00:00
editorhelp.php
…
file.php
…
format.php
…
group.php
…
header.php
…
hidden.php
…
htmleditor.php
…
modgrade.php
…
modgroupmode.php
…
modvisible.php
…
password.php
…
passwordunmask.php
…
questioncategory.php
merging MOODLE_19_QUESTIONS with HEAD
2007-08-09 21:51:09 +00:00
radio.php
MDL-10626 - Change HTML of checkboxes etc., to make it easier to style forms
2007-07-27 11:05:34 +00:00
select.php
…
selectallornone.php
MDL-12389 Added a new getElementsByClassName function in lib/javascript.php, added the selectallornone formslib element, modified the advcheckbox element to support the group variable, and implemented the new element in grade_export_form
2007-12-03 20:13:01 +00:00
selectgroups.php
…
selectyesno.php
…
static.php
…
submit.php
…
submitlink.php
MDL-12389 Removed the selectallornone element in favour of a more generic submitlink element. The checkbox controller is now added to a form using moodleform::add_checkbox_controller.
2007-12-04 10:35:25 +00:00
text.php
…
textarea.php
…