Re: using static hetml text input as datebox in gwt

2012-05-03 Thread Milan Cvejic
Hi, you can try something like Element textElement = DOM.getElementById("date"); TextBox textBox = TextBox.wrap(textElement); later you can use textBox as any other TextBox widget. I haven't tried this but it should work. Cheers, Milan Cvejic On Wednesday, May 2, 2012 3:54:11 PM UTC+2, HDayi wr

using static hetml text input as datebox in gwt

2012-05-02 Thread HDayi
hi people, i hope i could mean myself. in my html file there is a textbox written in classical html tag like: how can i use it as a text box? thx -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit