-
8 Mar 2012 1:47 PM #1
Setting width in UiBinder for a custom widget.
Setting width in UiBinder for a custom widget.
I have a wrapper widget around a ComboBox with a setWidth in it.
Whenever I do:
setWidth is never called. If I rename it to setBull with the corresponding attribute name change it works. So .. Any Ideas?Code:<myns:MyComboBox ... width="266"> ... </myns:MyComboBox>


Reply With Quote