1 function set_item_focus(itemid) {
2 var item = document.getElementById(itemid);
8 function feedbackGo2delete(form) {
9 form.action = M.cfg.wwwroot+'/mod/feedback/delete_completed.php';
13 function setcourseitemfilter(item, item_typ) {
14 document.report.courseitemfilter.value = item;
15 document.report.courseitemfiltertyp.value = item_typ;
16 document.report.submit();
22 M.mod_feedback.init_sendmessage = function(Y) {
23 Y.on('click', function(e) {
24 Y.all('input.usercheckbox').each(function() {
25 this.set('checked', 'checked');
29 Y.on('click', function(e) {
30 Y.all('input.usercheckbox').each(function() {
31 this.set('checked', '');