MDL-19756 Migrating choose_from_menu to outputlib

This commit is contained in:
nicolasconnault
2009-07-28 02:45:13 +00:00
parent bef1011e3d
commit 8e127eb38e
8 changed files with 180 additions and 127 deletions
+5
View File
@@ -0,0 +1,5 @@
// Deprecated core Javascript functions for Moodle
function submitFormById(id) {
submit_form_by_id(null, {id: id});
}