In Step 7: Apply Style for the Stockwatcher example it states:

<i>When you created the StockWatcher application, webAppCreator
generated the application style sheet (StockWatcher.css) and added a
pointer to it in the module XML file (StockWatcher.gwt.xml).</i>

Is this correct?

It appears the reference to StockWatcher.css is actually in the host
page StockWatcher.html.  I didn't change anything, this is how the
application was created.  I'm not sure I would normally take the time
to quibble over this point, but there is some talk just above about
the preferred method that states:

<i>Like images, CSS files are static resources that are stored in the
public directory and referenced from the HTML host page. You can
associate a style sheet with your application either of two ways.

•Preferred: in the module XML file (StockWatcher.gwt.xml)
•Alternate: in the HTML host page (StockWatcher.html)
Whichever method you choose, you can associate one or more application
style sheets with your project. They cascade in the order they are
listed, just as they do in an HTML document.

For StockWatcher, you'll follow the preferred strategy. Rather than
put links to the style sheets in the HTML host page, you'll use the
module XML file.</i>

Please let me know if I'm missing something.

Thanks,
Bill

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to