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

/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/yuiloader/
H A Dyuiloader-beta-debug.js422 loader.onLoadComplete = function() {
426 if (o.onLoadComplete) {
429 o.onLoadComplete(loader);
467 * @method onLoadComplete
470 this.onLoadComplete = null;
1155 //if (!this.onLoadComplete) {
1156 //this.onLoadComplete = callback;
1172 this.onLoadComplete = callback || this.onLoadComplete;
1314 } else if (this.onLoadComplete) {
[all...]
H A Dyuiloader-beta-min.js16 if(o||!y_loaded){o=o||{};var loader=new YUI.YUILoader(o);loader.onLoadComplete=function(){YUI.finishInit();if(o.onLoadComplete){loader._pushEvents();o.onLoadComplete(loader);}};if(!y_loaded){loader.require("yahoo");}
17 loader.insert(null,o);}else{YUI.finishInit();}}};YUI.YUILoader=function(o){YAHOO_config.injecting=true;o=o||{};this._internalCallback=null;this.onLoadComplete=null;this.base=("base"in o)?o.base:YUI.info.base;this.allowRollup=("allowRollup"in o)?o.allowRollup:true;this.filter=o.filter;this.sandbox=o.sandbox;this.required={};this.moduleInfo=o.moduleInfo||YUI.info.moduleInfo;this.rollups=null;this.loadOptional=o.loadOptional||false;this.sorted=[];this.loaded={};this.dirty=true;this.inserted={};this.skin=o.skin||YUI.ObjectUtil.clone(YUI.info.skin);if(o.require){this.require(o.require);}
42 o=o||{};this.onLoadComplete=callback||this.onLoadComplete;var f=o&&o.filter||null;if(typeof f==="string"){f=f.toUpperCase();if(f==="DEBUG"){this.require("logger");}}
50 this.loading=null;if(this._internalCallback){var f=this._internalCallback;this._internalCallback=null;f(this);}else if(this.onLoadComplete){this._pushEvents();this.onLoadComplete(this);}},_pushEvents:function(){if(typeof YAHOO!=="undefined"&&YAHOO.util&&YAHOO.util.Event){YAHOO.util.Event._load();}},_url:function(path){var u=this.base||"",f=this.filter;u=u+path;if(f){u=u.replace(new RegExp(f.searchExp),f.replaceStr);}
H A Dyuiloader-beta.js422 loader.onLoadComplete = function() {
426 if (o.onLoadComplete) {
429 o.onLoadComplete(loader);
467 * @method onLoadComplete
470 this.onLoadComplete = null;
1155 //if (!this.onLoadComplete) {
1156 //this.onLoadComplete = callback;
1172 this.onLoadComplete = callback || this.onLoadComplete;
1314 } else if (this.onLoadComplete) {
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/yuiloader/
H A Dyuiloader-beta-debug.js422 loader.onLoadComplete = function() {
426 if (o.onLoadComplete) {
429 o.onLoadComplete(loader);
467 * @method onLoadComplete
470 this.onLoadComplete = null;
1155 //if (!this.onLoadComplete) {
1156 //this.onLoadComplete = callback;
1172 this.onLoadComplete = callback || this.onLoadComplete;
1314 } else if (this.onLoadComplete) {
[all...]
H A Dyuiloader-beta-min.js16 if(o||!y_loaded){o=o||{};var loader=new YUI.YUILoader(o);loader.onLoadComplete=function(){YUI.finishInit();if(o.onLoadComplete){loader._pushEvents();o.onLoadComplete(loader);}};if(!y_loaded){loader.require("yahoo");}
17 loader.insert(null,o);}else{YUI.finishInit();}}};YUI.YUILoader=function(o){YAHOO_config.injecting=true;o=o||{};this._internalCallback=null;this.onLoadComplete=null;this.base=("base"in o)?o.base:YUI.info.base;this.allowRollup=("allowRollup"in o)?o.allowRollup:true;this.filter=o.filter;this.sandbox=o.sandbox;this.required={};this.moduleInfo=o.moduleInfo||YUI.info.moduleInfo;this.rollups=null;this.loadOptional=o.loadOptional||false;this.sorted=[];this.loaded={};this.dirty=true;this.inserted={};this.skin=o.skin||YUI.ObjectUtil.clone(YUI.info.skin);if(o.require){this.require(o.require);}
42 o=o||{};this.onLoadComplete=callback||this.onLoadComplete;var f=o&&o.filter||null;if(typeof f==="string"){f=f.toUpperCase();if(f==="DEBUG"){this.require("logger");}}
50 this.loading=null;if(this._internalCallback){var f=this._internalCallback;this._internalCallback=null;f(this);}else if(this.onLoadComplete){this._pushEvents();this.onLoadComplete(this);}},_pushEvents:function(){if(typeof YAHOO!=="undefined"&&YAHOO.util&&YAHOO.util.Event){YAHOO.util.Event._load();}},_url:function(path){var u=this.base||"",f=this.filter;u=u+path;if(f){u=u.replace(new RegExp(f.searchExp),f.replaceStr);}
H A Dyuiloader-beta.js422 loader.onLoadComplete = function() {
426 if (o.onLoadComplete) {
429 o.onLoadComplete(loader);
467 * @method onLoadComplete
470 this.onLoadComplete = null;
1155 //if (!this.onLoadComplete) {
1156 //this.onLoadComplete = callback;
1172 this.onLoadComplete = callback || this.onLoadComplete;
1314 } else if (this.onLoadComplete) {
[all...]

Completed in 39 milliseconds