sgodden / echo3ext20

Automatically exported from code.google.com/p/echo3ext20
Other
0 stars 1 forks source link

BLANK_IMAGE_URL:"http://extjs.com/s.gif" #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Our application is deployed in a intranet
that cann't connect to internet. So, please 
change the http://extjs.com/s.gif to local url.
Thanks very much

Original issue reported on code.google.com by simon...@gmail.com on 29 Apr 2009 at 9:28

GoogleCodeExporter commented 9 years ago
Ext20.js contains:

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

So you can either deploy an appropriate image at that relative path in the
application, or override this in another JavaScript in the application.

Original comment by lloyd.colling@gmail.com on 5 May 2009 at 9:22

GoogleCodeExporter commented 9 years ago
Got it, thanks. I'am using old version of echo3ext20.

Original comment by simon...@gmail.com on 6 May 2009 at 1:03