Searched defs:_onloadTasks (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/imageloader/
H A Dimageloader-experimental-debug.js96 YAHOO.util.Event.addListener(window, 'load', this._onloadTasks, this, true);
127 * @method _onloadTasks
130 YAHOO.util.ImageLoader.group.prototype._onloadTasks = function() {
H A Dimageloader-experimental-min.js9 YAHOO.util.ImageLoader.group=function(trigEl,trigAct,timeout){this.name='unnamed';this._imgObjs={};this.timeoutLen=timeout;this._timeout=null;this._triggers=[];this.foldConditional=false;this.className=null;this._classImageEls=null;YAHOO.util.Event.addListener(window,'load',this._onloadTasks,this,true);this.addTrigger(trigEl,trigAct);};YAHOO.util.ImageLoader.group.prototype.addTrigger=function(trigEl,trigAct){if(!trigEl||!trigAct){return;}
10 var wrappedFetch=function(){this.fetch();};this._triggers.push([trigEl,trigAct,wrappedFetch]);YAHOO.util.Event.addListener(trigEl,trigAct,wrappedFetch,this,true);};YAHOO.util.ImageLoader.group.prototype._onloadTasks=function(){if(this.timeoutLen&&typeof(this.timeoutLen)=='number'&&this.timeoutLen>0){this._timeout=setTimeout(this._getFetchTimeout(),this.timeoutLen*1000);}
H A Dimageloader-experimental.js96 YAHOO.util.Event.addListener(window, 'load', this._onloadTasks, this, true);
127 * @method _onloadTasks
130 YAHOO.util.ImageLoader.group.prototype._onloadTasks = function() {
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/imageloader/
H A Dimageloader-experimental-debug.js96 YAHOO.util.Event.addListener(window, 'load', this._onloadTasks, this, true);
127 * @method _onloadTasks
130 YAHOO.util.ImageLoader.group.prototype._onloadTasks = function() {
H A Dimageloader-experimental-min.js9 YAHOO.util.ImageLoader.group=function(trigEl,trigAct,timeout){this.name='unnamed';this._imgObjs={};this.timeoutLen=timeout;this._timeout=null;this._triggers=[];this.foldConditional=false;this.className=null;this._classImageEls=null;YAHOO.util.Event.addListener(window,'load',this._onloadTasks,this,true);this.addTrigger(trigEl,trigAct);};YAHOO.util.ImageLoader.group.prototype.addTrigger=function(trigEl,trigAct){if(!trigEl||!trigAct){return;}
10 var wrappedFetch=function(){this.fetch();};this._triggers.push([trigEl,trigAct,wrappedFetch]);YAHOO.util.Event.addListener(trigEl,trigAct,wrappedFetch,this,true);};YAHOO.util.ImageLoader.group.prototype._onloadTasks=function(){if(this.timeoutLen&&typeof(this.timeoutLen)=='number'&&this.timeoutLen>0){this._timeout=setTimeout(this._getFetchTimeout(),this.timeoutLen*1000);}
H A Dimageloader-experimental.js96 YAHOO.util.Event.addListener(window, 'load', this._onloadTasks, this, true);
127 * @method _onloadTasks
130 YAHOO.util.ImageLoader.group.prototype._onloadTasks = function() {

Completed in 64 milliseconds