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-22 08:30:04 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
moodle
/
lib
/
form
History
dongsheng
911e0eb050
MDL-13766
...
1. change css className 2. add comments
2008-09-10 07:11:47 +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
made hardFreeze work properly for a whole form. New paramater in moodleform constructor 'editable' defaults to true. If true then display form as normal. If false then hardFreeze whole form. Now displays form without an submit buttons. If form is hard frozen no data is ever passed to get_data.
2007-05-27 05:01:51 +00:00
cancel.php
made hardFreeze work properly for a whole form. New paramater in moodleform constructor 'editable' defaults to true. If true then display form as normal. If false then hardFreeze whole form. Now displays form without an submit buttons. If form is hard frozen no data is ever passed to get_data.
2007-05-27 05:01:51 +00:00
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
MDL-14620 - need to check vars are set before using. - adding check so I can include this form type in SCORM
2008-08-20 21:59:21 +00:00
dateselector.php
…
datetimeselector.php
Fiexed order of time elements for RTL MDL-10768
2007-08-09 08:44:29 +00:00
editorhelp.php
MDL-14129, fix print_error
2008-05-15 03:22:13 +00:00
file.php
made hardFreeze work properly for a whole form. New paramater in moodleform constructor 'editable' defaults to true. If true then display form as normal. If false then hardFreeze whole form. Now displays form without an submit buttons. If form is hard frozen no data is ever passed to get_data.
2007-05-27 05:01:51 +00:00
filepicker.php
MDL-13766
2008-09-10 07:11:47 +00:00
format.php
MDL-14965: Pass-by-reference call broke forum on php5
2008-05-23 11:02:46 +00:00
group.php
made hardFreeze work properly for a whole form. New paramater in moodleform constructor 'editable' defaults to true. If true then display form as normal. If false then hardFreeze whole form. Now displays form without an submit buttons. If form is hard frozen no data is ever passed to get_data.
2007-05-27 05:01:51 +00:00
header.php
…
hidden.php
…
htmleditor.php
XHTML Strict!
2008-08-29 11:35:47 +00:00
modgrade.php
…
modvisible.php
…
password.php
…
passwordunmask.php
MDL-16115 Password unmask form fields do not work with XHTML strict headers
2008-08-21 08:00:51 +00:00
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
recaptcha.php
MDL-14073 New param for download_file_content: skipcertcheck. ssl now used in recaptchalib
2008-03-31 12:13:46 +00:00
select.php
…
selectgroups.php
made hardFreeze work properly for a whole form. New paramater in moodleform constructor 'editable' defaults to true. If true then display form as normal. If false then hardFreeze whole form. Now displays form without an submit buttons. If form is hard frozen no data is ever passed to get_data.
2007-05-27 05:01:51 +00:00
selectyesno.php
…
static.php
…
submit.php
made hardFreeze work properly for a whole form. New paramater in moodleform constructor 'editable' defaults to true. If true then display form as normal. If false then hardFreeze whole form. Now displays form without an submit buttons. If form is hard frozen no data is ever passed to get_data.
2007-05-27 05:01:51 +00:00
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
made hardFreeze work properly for a whole form. New paramater in moodleform constructor 'editable' defaults to true. If true then display form as normal. If false then hardFreeze whole form. Now displays form without an submit buttons. If form is hard frozen no data is ever passed to get_data.
2007-05-27 05:01:51 +00:00
warning.php
MDL-14591 - changed nico's form warning element to use notifyproblem class so that it's synonymous with notify (by default)
2008-09-02 12:54:09 +00:00