Hi Mark,
There aren't any out of the box styles defined for the CaptionPanel widget,
but that doesn't stop you from applying whatever styles you want to your
CaptionPanel instances.

All you would need to do is define the rule in your CSS file, say
.gwt-CaptionPanel, and then apply that style to your CaptionPanel instance
in code via the setStyleName() call (i.e.
captionPanel.setStyleName("gwt-CaptionPanel");)

Is there anything particularly ambitious that you want to do to style your
caption panel that's making this difficult? If so, post up some details
about it and we should be able to help.

Hope that helps,
-Sumit Chandel

On Wed, Oct 15, 2008 at 7:49 AM, mwaschkowski <[EMAIL PROTECTED]>wrote:

>
> Hi,
>
> I don't see a reference to css in the caption panel, is this an
> oversight? I'm trying to apply css rules to the caption itself...
>
> Thanks,
>
> Mark
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to