Is it possible to have an event handler assigned to just one word? Eg: I want to have this line of text: “For more information please click here .”
I want to have an onClick event handler attached to the word “here”, so that when clicked it executes a function. I could not find anything like this from my research. Any help would be appreciated.
You can use a Text element and have the one word with a link .
Thanks
Are there any tutorials or code examples showing how/what to do here? Reading through the reference material only is way too technical.