[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/mod/data/ -> module.js (source)

   1  M.mod_data = {};
   2  
   3  M.mod_data.init_view = function(Y) {
   4      Y.on('click', function(e) {
   5          Y.all('input.recordcheckbox').each(function() {
   6              this.set('checked', 'checked');
   7          });
   8      }, '#checkall');
   9  
  10      Y.on('click', function(e) {
  11          Y.all('input.recordcheckbox').each(function() {
  12              this.set('checked', '');
  13          });
  14      }, '#checknone');
  15  };


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1