Re: DateBox with months and years only ?

2013-09-18 Thread Celinio Fernandes
Hi, thanks. It is not the DateBox widget that i want to customize but the DatePicker widget. I want the user to be able to pick a month of a year, not a day of a month of a year. In fact, i want exactly this : http://lucianocosta.info/jquery.mtz.monthpicker/ Any clue ? On Tuesday, September 1

DateBox with months and years only ?

2013-09-17 Thread jaga
The main ingredient will be a DateTimeFormat. http://www.gwtproject.org/javadoc/latest/com/google/gwt/i18n/client/DateTimeFormat.html Initialise your datebox with a correctly configured DateTimeFormat. Create a uibinder class using gwt eclipse plugin. Add a date box to it. Use provided=true to

DateBox with months and years only ?

2013-09-17 Thread Celinio Fernandes
Hi, can anyone put me in the right direction to implement a composite widget to make a DateBox which displays in a popup only the months and the years ? Without the days. Thanks for helping. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" gro