I staretd to use Extjs library. It's really a great library with the strong features.
(www.sencha.com/) . I wrote first page , opened a fiddler to see the data between client and server.
I found out that the Extjs is downloading image s.gif from the external server. I searched in the
Net about this issue and found that need to download this image from sencha site to local server.
The file can be downloaded from "http://extjs.com/s.gif". And then need to include at the beginning of the code
Ext.BLANK_IMAGE_URL='include/images/blank.gif'; This code will remove unwanted request to external server.
(www.sencha.com/) . I wrote first page , opened a fiddler to see the data between client and server.
I found out that the Extjs is downloading image s.gif from the external server. I searched in the
Net about this issue and found that need to download this image from sencha site to local server.
The file can be downloaded from "http://extjs.com/s.gif". And then need to include at the beginning of the code
Ext.BLANK_IMAGE_URL='include/images/blank.gif'; This code will remove unwanted request to external server.
No comments:
Post a Comment