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 wrote:
>
> hi people,
> i hope i could mean myself.
> in my html file there is a textbox written in classical html tag like:
> <input id="date" type="text" maxlength="10" />
> 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
https://groups.google.com/d/msg/google-web-toolkit/-/JngeovnPmLgJ.
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.