I'm running the paging grid locally and was watching the network traffic.
I noticed that a file s.gif is being requested from your domain.
http://www.yui-ext.com/s.gif
I also noticed that one files path isn't being set correctly in my setup and is returning a 404.
All the other images go to a url like the following:
http://localhost/PagingTest/resource...dd/drop-no.gif
This one that 404's looks like this:
http://localhost/resources/images/de...andle-dark.gif
It's missing the subdirectory under the localhost.
Just thought I'd point them out.
Thanks!
I noticed that a file s.gif is being requested from your domain.
http://www.yui-ext.com/s.gif
I also noticed that one files path isn't being set correctly in my setup and is returning a 404.
All the other images go to a url like the following:
http://localhost/PagingTest/resource...dd/drop-no.gif
This one that 404's looks like this:
http://localhost/resources/images/de...andle-dark.gif
It's missing the subdirectory under the localhost.
Just thought I'd point them out.
Thanks!

#2
![]() |
![]() http://www.yui-ext.com/s.gif is the default Ext.BLANK_IMAGE_URL which you need to configure.
I don't know what you are saying about the rest. Are you saying the image path in the css is wrong, or are you saying it doesn't work in your setup? ![]() |
#3
![]() |
![]() Ah, didn't realize that I needed to configure the blank image url.
The other one was my fault, had the grid-examples.css in the wrong place ... sorry. ![]() |