[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/yuilib/2in3/2.9.0/build/yui2-datatable/

FolderUp one level  
Fileyui2-datatable-debug.js [source] [19324 lines] Mechanism to execute a series of callbacks in a non-blocking queue. Each callback is executed via setTimout unless configured with a negative timeout, in which case it is run in blocking mode in the same execution thread as the previous callback. Callbacks can be function references or object literals with the following keys:
  • method - {Function} REQUIRED the callback function.
  • scope - {Object} the scope from which to execute the callback. Default is the global window scope.
  • argument - {Array} parameters to be passed to method as individual arguments.
  • timeout - {number} millisecond delay to wait after previous callback completion before executing this callback. Negative values cause immediate blocking execution. Default 0.
  • until - {Function} boolean function executed before each iteration. Return true to indicate completion and proceed to the next callback.
  • iterations - {Number} number of times to execute the callback before proceeding to the next callback in the chain. Incompatible with until.
Fileyui2-datatable-min.js   [source] [36 lines]    
Fileyui2-datatable.js       [source] [19084 lines] Mechanism to execute a series of callbacks in a non-blocking queue. Each callback is executed via setTimout unless configured with a negative timeout, in which case it is run in blocking mode in the same execution thread as the previous callback. Callbacks can be function references or object literals with the following keys:
  • method - {Function} REQUIRED the callback function.
  • scope - {Object} the scope from which to execute the callback. Default is the global window scope.
  • argument - {Array} parameters to be passed to method as individual arguments.
  • timeout - {number} millisecond delay to wait after previous callback completion before executing this callback. Negative values cause immediate blocking execution. Default 0.
  • until - {Function} boolean function executed before each iteration. Return true to indicate completion and proceed to the next callback.
  • iterations - {Number} number of times to execute the callback before proceeding to the next callback in the chain. Incompatible with until.


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