How do I change the attributes (size and width) of a given UIBinder
element? I've read about changing the class, but this is not what I
need actually.
Here's my uibinder file:
<g:HTML>
<g:HTML ui:field="header" class="window-header"></g:HTML>
<g:HTML ui:field="content" class="window-content"></g:HTML>
</g:HTML>
I need to change the width of the outer HTML element of the uiBinder.
The fields I can change with no problems, as I access them using the
class properties. but I have no idea about the outer HTML
BR
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment