Problem solved. I added a Label with the same name of the ComboBox:
....
Label label = new Label("parameter");
....
this.add(ckb);
this.add(label);
this.add(cb);
if anyyone has a better solution, feel free to post
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"GWT-Ext Developer Forum" 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/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---