X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-bootstrap-debug.js;fp=roojs-bootstrap-debug.js;h=6c59b8e231fd9724775be9f95ae8a5a4419bfef3;hp=26788cc96c1c83178ed7113005e57acf91c98074;hb=1016d7d5e1428817482299b73d08b8ea8065869a;hpb=a7fcc817e87efee74d7957d62881129164d7c510 diff --git a/roojs-bootstrap-debug.js b/roojs-bootstrap-debug.js index 26788cc96c..6c59b8e231 100644 --- a/roojs-bootstrap-debug.js +++ b/roojs-bootstrap-debug.js @@ -3059,7 +3059,13 @@ Roo.bootstrap.Img = function(config){ * The img click event for the img. * @param {Roo.EventObject} e */ - "click" : true + "click" : true, + /** + * @event load + * The when any image loads + * @param {Roo.EventObject} e + */ + "load" : true }); }; @@ -3184,7 +3190,7 @@ Roo.extend(Roo.bootstrap.Img, Roo.bootstrap.Component, { if(!this.href){ this.el.on('click', this.onClick, this); } - + this.el.select('img', true).on('load', this.onImageLoad, this); }, onClick : function(e) @@ -3192,6 +3198,12 @@ Roo.extend(Roo.bootstrap.Img, Roo.bootstrap.Component, { Roo.log('img onclick'); this.fireEvent('click', this, e); }, + onImageLoad: function(e) + { + Roo.log('img load'); + this.fireEvent('load', this, e); + }, + /** * Sets the url of the image - used to update it * @param {String} url the url of the image