[Seaside] Seaside 2.7 new image map api

Michel Bany michel.bany at gmail.com
Mon Feb 26 15:44:21 UTC 2007


On 26 Feb 2007, at 11:40 , Philippe Marschall wrote:

>> For the usemap case :
>>
>>     html imageWithMap
>>         ... ;
>>         image: [:image | image ....];
>>         map:
>>                 [html area ...
>>                 html area ...      ]
>>
>> With some new api for the <tag> and <area> tag
>>         html area
>>             callback: [self inform: 'Rectangular area 1'];
>>             shape: (Rectangle origin: 40 at 40 corner: 100 at 400);
>>             title: 'Rectangular area'.
>> and support for Rectangle, Circle and Polyline
>
> Do you have any customer that needs this?

Carl Gundel was recently asking for this.
See http://lists.squeakfoundation.org/pipermail/seaside/2007-February/ 
010588.html
Not sure if he still had the need for this though.
Cheers,
Michel.


> If no then I would rather
> wait with something like this until someone really needs it. Once that
> is the case I would prefer it to be an external package or reimplement
> the shape classes in the Seaside 'namespace' . We don't need more
> external dependencies, especially not on graphics.



More information about the Seaside mailing list