[Dojo-interest] Custom CSS for DOJO widgets

Kollivakkam Raghavan (rkolliva) rkolliva at cisco.com
Wed Jan 24 21:26:33 MST 2007


Thanks for the great tip - this will definitely help my debugging.  I'm
completely stumped.  The URLs are correct and the files are definitely
there.  Yet, I get a 404.  Has anyone seen this.

========== OUTPUT FROM FIDDLER====================

GET http://localhost:8080/cpsm/css/Menu2.css")
404 /cpsm/css/Menu2.css

GET http://localhost:8080/cpsm/css/Menu2.css
404 /cpsm/css/Menu2.css

GET
http://localhost:8080/cpsm/js/dojo-0.4.1-core/src/widget/templates/image
s/soriaMenuBg.gif
304 Not Modified
========== OUTPUT FROM FIDDLER====================

Raghavan

-----Original Message-----
From: dojo-interest-bounces at dojotoolkit.org
[mailto:dojo-interest-bounces at dojotoolkit.org] On Behalf Of Robert Coup
Sent: Wednesday, January 24, 2007 8:09 PM
To: dojo-interest at dojotoolkit.org
Subject: Re: [Dojo-interest] Custom CSS for DOJO widgets

Kollivakkam Raghavan (rkolliva) wrote:
> I tried to do templateCssPath=dojo.uri.dojoUri("../../css/myMenu.css")
> and it can't find it.  In fact no matter what I put it doesn't find 
> it.  Please help.
If you use MS Fiddler (http://www.fiddlertool.com/fiddler/) it will show
you which requests are being made. You could also do the same thing by
turning on "Show XMLHttpRequests" in the Firebug console options.

Once you know what path it's requesting it should be easy to get it
right.

HTH,

Rob :)

--
One Track Mind Ltd.
PO Box 1604, Shortland St, Auckland, New Zealand Phone +64-9-966 0433
Mobile +64-21-572 632 Web http://www.onetrackmind.co.nz 


_______________________________________________
Dojo FAQ: http://dojo.jot.com/FAQ
Dojo Book: http://manual.dojotoolkit.org/DojoDotBook
Dojo-interest at dojotoolkit.org
http://dojotoolkit.org/mailman/listinfo/dojo-interest


More information about the Dojo-interest mailing list