Core.Web
Image
Class Hierarchy:

Image-related utilities.

Descendant Class Summary
Core.Web.Image._Monitor

Class Method Summary
Public monitor()
Registers a listener to receive notifications as image size information becomes available.

Class Method Detail
monitor
Registers a listener to receive notifications as image size information becomes available. Registers "load" listeners on images which are children of the specified element, invoking the specified listener zero or more times as the images load. If all images are already loaded (e.g., they were cached) or have specified sizes, the listener may never be invoked. If the images take some time to load, the listener may be invoked multiple times.
Parameters:
element (Element) - the root element which may (or may not) contain IMG elements
l (Function) - the method to invoke when images are loaded.
interval (Number) - the maximum time interval at which the listener should be invoked (default value is 50ms, the listener will be invoked immediately once all images have loaded)