On Dec 7, 6:05 pm, "David Hoffer" <[EMAIL PROTECTED]> wrote:
> Thanks for stating the obvious, I hadn't seen that web site yet.
> Okay, I have a couple of CSS newbie questions.
>
> 1. What are calls like
> disabledButton.ensureDebugId("cwBasicButton-disabled") for? This
> isn't a Java like thing.
> 2. Where do I paste the CSS Style code?
1) ensureDebugId is for using Selenium to do automated tests of your
GUI code. http://seleniumhq.org/
2) You _really_ need to learn the basics of web design. I'm not
trying to be rude, but for all but the simplest of projects you're
going to have to get your hands real dirty with javascript/html/css -
especially when trying to work around browser positioning
differences. GWT isn't going to abstract most of that away from you.
To answer your question, you can include the CSS inside your hostpage
(directly in the head or via a link tag) OR the more GWT way of doing
it is to include a stylesheet reference to the CSS file inside your
module XML file.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---