features hotspot

Whether probably to add properties onover and onout for hotspot?

Whether probably to use showtext so that it caused javascript function and gave out on the screen the text returned by this function?

__________________

krpano new user Smile

re: features hotspot

do you mean onover and onout events for hotspots?
that's easy, I will add it in the next release.

what do you mean about the javascript?
calling a javascript function for the showtext content?
that's an interesting idea, lets see Wink

regards,
Klaus

re: features hotspot

1. Yes, onover and onout events for hotspots!

2.Here in what idea for hotspots.

I create array of string in javascript body.
I create function for return text for show in hotsopt
In XML write for exemple:

<hotspot ...
onhover="showtext( (js(jsFunction(1)) );"
...

in hotspot showing text from return function jaFunction() with parameter 1

__________________

krpano new user Smile