PDA

View Full Version : Where to put resources.css



celerity
6 Dec 2008, 12:16 PM
In the samples/examples for gxt-1.2, the icons in resources showed up fine, for example, for the grid pluggin sample.

How do I add the same resources.css file to my own app? Thanks.

gslender
7 Dec 2008, 8:36 PM
one way is to add a file Resources.css to your public folder and add this line into the gwt.xml module file...


<stylesheet src="Resources.css" />

celerity
7 Dec 2008, 10:35 PM
It worked. Thanks.