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