Re: [gwt-contrib] Re: ImageResource to html

2010-08-13 Thread BobV
On Fri, Aug 13, 2010 at 6:31 AM, Thomas Broyer wrote: > AbstractImagePrototype.create(myImageResource).getHTML() Yes. There is no getHTML() method on the ImageResource interface because the choice of how to render the data is ultimately part of the UI toolkit. -- Bob Vawter Google Web Toolkit

[gwt-contrib] Re: ImageResource to html

2010-08-13 Thread Thomas Broyer
On 13 août, 10:14, stuckagain wrote: > Hi, > > Is there an officially supported way to create a tag as HTML > text from an ImageResource ? AbstractImagePrototype.create(myImageResource).getHTML() I don't know if it is "officially supported", but it's using public, documented API in the way it