Is it possible to have a link inside a dynamic TextArea that links to an internal event (a function, a timeline fame)?
For instance I have the following text inside a TextArea component:
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas varius magna sit amet nisi. Nullam [COLOR=red]ipsum[/COLOR]. Pellentesque tristique ante nec erat. Sed ligula nunc, [COLOR=red]semper[/COLOR] nec, tincidunt non, luctus in, ante. In commodo libero a tellus. Nullam scelerisque turpis eget felis.
And I want the user to be able to click the the bold red words and be taken to specific timeline frames or to call internal functions.
Is this feasible?