Skip to main content
Known Participant
March 5, 2010
Question

Inserting Link element

  • March 5, 2010
  • 1 reply
  • 441 views

Hi

I am creating a text link using link element and after adding it in paragraph element.When the link is created it requires ctrl key pressed together with link to operate.Can i insert a link in my text that doesn't require the ctrl key pressed while clicking the link.

thanks.

This topic has been closed for replies.

1 reply

March 5, 2010

If your text is editable, then it will require the control key to interact with the link (this is so that you can edit the link text without activating the link).

If you want to interact with the link without the control key, you have to make your text is either non-editable or merely selectable. If you're working with TextFlows directly, you make the text non-editable by setting TextFlow.interactionManager to null, or merely selectable by setting TextFlow.interactionManager to a SelectionManager rather than an EditManager.