Surf 11 » Archives for May, 2008

Finding the best waves on the web.

Ext s.gif Loading from extjs.com

I noticed that when I used the Ext javascript library, that an image s.gif was loaded from extjs.com

It turns out the folks from Ext.js have defined a variable which defaults to http://extjs.com/s.gif but you should set it to your local path, as follows:

Ext.BLANK_IMAGE_URL = 'ext/resources/images/default/s.gif';

If you are using Ext 1.1 the image will be located here:

Ext.BLANK_IMAGE_URL = 'ext/resources/images/aero/s.gif';


Subscribe to our RSS Feed: subscribe to this feed XML
Archives   Tags   Contact