tags:

views:

18

answers:

1

I would like to use a flowPanel to contain a list of tags. The tag contain a name and a close button.

However, when I add HTML / Label to flowPanel, it will create a new line because it's a DIV element.

If the HTML / Label is a span element, there is no new line. However, I can't create spanElement on demand.

Does anyone has any suggestion? Thanks in advance.

+2  A: 

Check out the InlineLabel and/or InlineHTML widgets.

z00bs