Skip to main content
Known Participant
March 5, 2010
質問

Inserting Link element

  • March 5, 2010
  • 返信数 1.
  • 441 ビュー

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.

このトピックへの返信は締め切られました。

返信数 1

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.