Hi
We would like to extend the gwt TextBox such that it is wrapped by a
span. The reason for this is to integrate a validation icon. The
rendered html should look something like this:
<span class="my-TextBox" style="">
<input class="text" type="text"/>
<div class="validationIcon"/>
</span>
How can we achieve this?
Regards,
Dominic
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---