1

JSF / Richfaces を使用して次のタスクを実行したい

リンクをクリックすると-マップ付きのPNG画像を生成し(画像の一部をクリックできるようにする必要があります)、パネルの下にレンダリングしたいと思います。

画像を生成するとき、クリック可能にする必要がある画像の座標を知っています。これで、マップを生成できます。しかし、1 つの XHTML ファイルの下で実行したいと考えています。rich:paint2d タグは次のようなマップを受け入れることができますか?

<map name="mapGraph">
    <area coords="754,378 20" href="http://google.com" shape="Circle" alt="Drill Down">
    <area coords="33,439 20" href="http://google.com" shape="Circle" alt="Drill Down">
    <area coords="393,425 20" href="http://google.com" shape="Circle" alt="Drill Down">
    <area coords="573,378 20" href="http://google.com" shape="Circle" alt="Drill Down">
    <area coords="213,407 20" href="http://yahoo.com" shape="Circle" alt="Drill Down">
</map>
4

1 に答える 1