Hi,
I have a FlowPanel to which I add a bunch of widgets
If I fill it with several buttons and a textbox and I resize it, in particular,
when I change its width in the browser, it behaves as I expect, i.e: it tries
to fit as many as possible into one line
then it continues on the one below.
If, instead, I fill it with instances of DecoratorPanel it will place each of
them on a new line, and no matter how much wider I make it, they will stay each
on its original line.
The CSS for my Flow layout is
.tokenFieldList {
border: 1pt solid black;
margin: 3pt;
width: 100%;
}
Can somebody explain to me why the behaviours are different and what can I do
in order to have the one I have with buttons when, instead I use DecoratorPanel
instances?
Many Thanks,
Luigi
--
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.