Hi
Is it true that with CssResource, there is no need to specify CSS reference
in the module XML and the hosted HTML?
Also with the following ClientBundle,
public interface MyResources extends ClientBundle {
@Source("My.css")
MyCss css();
}
The My.css must be saved in the src directory.
How can we reference the CSS in the other directories? example in war
directory?
Thank you!
--
Hez
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---