Is there anyway to make the texts and/or shapes be hyperlinks? Being that when they are clicked, they bring up new browser and when you hover over them, they show location of the url?
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- void before promise syntax
- Keeping track of variable instances
- Can php detect if javascript is on or not?
You can't make the browser to show the url of links in statusbar which are not an
a
tag. But you can indeed ad a click handler on kinetic objects and make them act a link.http://jsfiddle.net/4JYGL/