| Author |
Unable to add FlexTable or Paging Scrollable Table in a Dialog Box using GWT?
|
karthik shivkumar
Greenhorn
Joined: Oct 02, 2006
Posts: 6
|
|
|
Has anyone faced the similar problem of not being able to add Table in a dialog box?? Or Am I missing something? I am not using any smartGwt or get-ext api.. Gwt 2.2.0 is the version being used.
|
Skay
|
 |
karthik shivkumar
Greenhorn
Joined: Oct 02, 2006
Posts: 6
|
|
|
Actually I found the answer to the problem - the dialog box is not allowing the table to be added directly. Instead, the table should be added to a form and add the form to the dialog box. Problem solved.
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8565
|
|
You can add any child to the DialogBox with setWidget or add. Your child can be a widget, composite or multiple children inside a container widget. Still works.
Why are you using a form? Or did you mean a parent container widget?
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
 |
|
|
subject: Unable to add FlexTable or Paging Scrollable Table in a Dialog Box using GWT?
|
|
|