Hello,

I've defined a simple HTML image map from a business process diagram:

<div class="image-place">
    <!-- img and usemap definition here... -->
    <map name="basic-process-500x375">
        <area shape="rect" coords="8,136,71,178" 
            href="Module01.html" title="Subprocess 1" />
        <area shape="rect" coords="9,3,70,47" 
            href="Module02.html" title="Subprocess 2" />
        <area shape="rect" coords="78,67,140,109" 
            href="Module03.html" title="Subprocess 3" />
    </map>
    <br />
    Basic Business Process (BPMN)
</div>

Now I would like to enable this image map within Wicket... I've found out
the ImageMap class in the API javadoc but I don't see how I should combine
it with the above HTML.

Could someone please provide an example or point me to some sample code?
I've looked for an example among the existing ones but I haven't found any
related to this situation.

Thanks so much,

Cristina

-- 
View this message in context: 
http://www.nabble.com/Using-a-static-image-map-tp16656656p16656656.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to