I would suppose that since most of the google widgets are <div> or include div elemente it is easier just to take a HTMLPanel and fill it with right tags and info.
On 15 Jan., 23:40, Jason <[email protected]> wrote: > Hi, Jason, Thank you for your reply! > > I'v tryied many ways, but failed. I'v get the following result: > <ul> > <li> > <div> > <a href="">aa</a> > </div> > </li> > </ul> > It seems work in IE, but failed in Firefox. > So, could you do me a favour to send me your widget code? I'll so > appriciate about it! > > On 1月16日, 上午5时35分, Jason Essington <[email protected]> wrote: > > > 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 -~----------~----~----~----~------~----~------~--~---
