-
30 May 2008 9:03 PM #1
Add CSS
Add CSS
Hi, how to add default gxt css to gwt project? Thanks.
-
31 May 2008 1:15 AM #2
you add this to the HTML file defined in your project (normally under mypackage.public)
Code:<!--include the ext gwt styles--> <link rel="stylesheet" type="text/css" href="css/ext-all.css" />


Reply With Quote