Im just having a play with krpano, and id like to have a textfield appear on a hotspot when it is clicked, that i beleive i have managed fine using the method described in
textfield instead of graphic on a hotspot .
However setting the actions for numerous hotspots i can see getting tedious. So im wondring if there is a way to set global settings for all hotspots, something like:
|
Quellcode
|
1
2
3
4
5
|
<hotspot
onclick="set(hotspot[textfield].visible,true);
set(hostpot[textfield].ath, hotspot[this].ath);
..."
>
|