芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/public_html/cepali/mod/data/module.js
M.mod_data = {}; M.mod_data.init_view = function(Y) { Y.on('click', function(e) { Y.all('input.recordcheckbox').each(function() { this.set('checked', 'checked'); }); }, '#checkall'); Y.on('click', function(e) { Y.all('input.recordcheckbox').each(function() { this.set('checked', ''); }); }, '#checknone'); };