There is a feature request for a UL and LI widget, however they are  
not yet included ... however, they aren't that difficult to create,  
I've had to do it for a couple of projects.

You can use FlowPanel as your guide, and create similar widgets using  
the ul and li element. you could add additional methods as need be,  
but the simple add(widget w) method is minimally sufficient.

-jason

On Jan 15, 2009, at 1:57 PM, Jason wrote:

>
> I want to use gwt widgets to render a list, the result should look
> like this:
>
> <ul>
>  <li><a href="***">About</a></li>
>  <li><a href="***">About</a></li>
>  <li><a href="***">About</a></li>
> </ul>
>
> I'm not sure which widget will meet my need. The HTML widget seams can
> get the result, but it is not the perfect solution. could someone help
> me ?
> >


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to