-
New Feature
-
Resolution: Won't Do
-
Major
-
None
-
3.5
Hi,
for a local plugin I am currently developing I need the possibility to change the course edit form (course/edit.php). I attached a patch which adds the necessary callbacks for doing that. Here are test functions for using the callbacks:
function local_plugin_course_edit_definition($formwrapper, $mform) {
|
}
|
|
function local_plugin_course_edit_definition_after_data($formwrapper, $mform) {
|
}
|
|
function local_plugin_course_edit_validation($formwrapper, $data) {
|
}
|
|
function local_plugin_course_edit_process_data($course, $mform) {
|
}
|
Best Regards
Justus