Hello,
I have a javascript query called openModalFrame that I’d like to trigger from clicking the word ‘here’ in a text box. What is the simplest way to set this up?
Thanks!
Hello,
I have a javascript query called openModalFrame that I’d like to trigger from clicking the word ‘here’ in a text box. What is the simplest way to set this up?
Thanks!
Hi @DylanSeq, we currently don't support adding event handlers to text but we can use the Link component to achieve this. Since there would be two components, we can keep them together by grouping them in case we need to move the around.
Here is an example:
Add an event handler to the Link component to show the modal:
Select both and right-click to group them: