For a list of all members of this type, see ImageLoader members
Public Properties
Name | Description | |
---|---|---|
ajaxOptions | An ImageLoaderAjaxOptions object to use when loading an image via AJAX. | |
canRun | Indicates whether the ImageLoader instance can be run. | |
element | The loaded element when Run is successful. | |
error | An error describing the reason for the image load failure from Run. | |
height | The height of the successfully loaded Element. | |
imagesHolder | The HTML Element to use for temporary image loading, when necessary. | |
isAborted | Indicates that this image loader has been aborted. | |
isHTMLImageElement | Gets a boolean indicating if Element exists and is an HTML Image Element, specifically. | |
isWorking | A boolean indicating whether the ImageLoader is trying to load an image. | |
tag | A reference object to distinguish ImageLoader instances. | |
url | The URL to load for the image. | |
urlMode | Represents the type of loading that will occur when Run is called. | |
width | The width of the successfully loaded Element. |