Hi Josse,
Indeed, you will need to use the CSS from the GWT incubator project to have
the styles applied to your DatePicker widget.

The DatePicker CSS is included in the standard CSS theme, so once it goes
final you can look forward to using it out of the box with styles applied.

Hope that helps,
-Sumit Chandel

On Thu, Feb 26, 2009 at 1:47 PM, Arthur Kalmenson <[email protected]>wrote:

>
> I think you have to take the CSS out of the example date picker
> project. Perhaps GWT 1.6 comes with the CSS done already.
>
> --
> Arthur Kalmenson
>
>
>
> On Thu, Feb 26, 2009 at 7:52 AM, Josse <[email protected]> wrote:
> >
> > Hello I would like tu use a DatePicker but I can't have a style
> > applied to it.
> > I put a DateBox to have it :
> >
> > Label lDebutModif = new Label("Modif entre le : ");
> >                DateBox dbDebutModif = new DateBox();
> >                Label lFinModif = new Label("Et le : ");
> >                DateBox dbFinModif = new DateBox();
> >
> >
> > and I inherit incubator in my module :
> >
> > <inherits name='com.google.gwt.gen2.datepicker.DatePicker'/>
> >
> > My dateBox and my DatePicker are shown but there is no style at all
> > applied to my DatePicker.
> >
> > Help.
> >
> >
> > >
> >
>
> >
>

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