I've got a class which extends ListBox.
public class ListBox extends com.google.gwt.user.client.ui.ListBox
implements HasCaption, HasWidgets {
...
}
In a ui.xml file the width attribute, which works fine for :
<g:ListBox width="400px" ui:field="searches" />
The "width" attribute works when this is a GWT list box, but not an
extended ListBox. Has anyone seen this. What is the proper way to get
the width attribute working with the extended class also?
--
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.