JSF/Richfacesを使用して次のタスクを実行します。JSF/Richfacesでマップを使用してイメージをレンダリングする方法は?
リンクをクリックすると、マップのPNG画像(画像の一部をクリック可能にする必要があります)がパネルの下にレンダリングされます。
私が画像を生成するとき、私はクリック可能でなければならない画像の座標を知っています。だから私は地図を生成することができます。しかし、私は1つのXHTMLファイルの下でそれをやりたい豊富な: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>