Re: how to use MapElement, AreaElement, and ImageElement

2008-11-10 Thread Thomas Broyer
On 9 nov, 00:56, JHM <[EMAIL PROTECTED]> wrote: > One thing that is confusing is that ImageElement has a > setUseMap(boolean) method, where I am expecting a method > that would correspond to the HTML property assignment > usemap="#MYMAP". Someone filed a bug a few days ago: http://code.google.c

how to use MapElement, AreaElement, and ImageElement

2008-11-09 Thread JHM
Hello, I would like to define an HTML in GWT, with various polygon areas in it, then define an , and finally apply the to the (eg. with usemap=MAPNAME). >From the 1.5 documentation, it seems like the way to do this would be with Document .createMapElement(), .createAreaElement(), and .createI