YUI recommends YUI 3.

YUI 2 has been deprecated since 2011. This site acts as an archive for files and documentation.

Yahoo! UI Library

imageloader  2.5.0

Yahoo! UI Library > imageloader > YAHOO.util.ImageLoader.bgImgObj

Show Private Show Protected

Class YAHOO.util.ImageLoader.bgImgObj - extends YAHOO.util.ImageLoader.imgObj

Background image object. A background image is one whose URL is specified by "background-image" in the element's style

Constructor

YAHOO.util.ImageLoader.bgImgObj ( domId , url )
Parameters:
domId <String> HTML DOM id of the image element
url <String> URL for the image

Methods

_applyUrl

private void _applyUrl ( el )
Inserts the image URL into the DOM so that the image is displayed. Sets style.backgroundImage
Parameters:
el <Object> HTML DOM element
Returns: void

Methods inherited from YAHOO.util.ImageLoader.imgObj:


Copyright © 2007 Yahoo! Inc. All rights reserved.