[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 M.mod_feedback = {}; 2 3 M.mod_feedback.init_sendmessage = function(Y) { 4 Y.on('click', function(e) { 5 Y.all('input.usercheckbox').each(function() { 6 this.set('checked', 'checked'); 7 }); 8 }, '#checkall'); 9 10 Y.on('click', function(e) { 11 Y.all('input.usercheckbox').each(function() { 12 this.set('checked', ''); 13 }); 14 }, '#checknone'); 15 };
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |