On Jun 8, 4:44 pm, Shawn Pearce <[email protected]> wrote: > For a span tag, subclass SimplePane and use the SimplePanel(Element) > constructor: > SpanSimplePanel() { super(DOM.createSpan()); } > but either way is rather heavyweight just to get a span tag around an > anchor.
Thanks, that approach works fine for me. I was using a subclass for anchor anyway, so instead of extending anchor I'm now extending SimplePanel. Regards, Axel --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
