Hi,
Is there a way to add style to a widget and not set? Currently if I
write
<g:TextBox styleName="mytextbox" />
what it does is(pseudo) :
TextBox t = new TextBox();
t.setStyleName("mytextbox");
instead what I want is :
t.addStyleName("mytextbox");
If there is a solution I would request GWT team to add it in
documentation -- would be really helpful.
Thanks in anticipation!
--
Vinay
--
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.