Skip to main content
Participant
June 12, 2009
Answered

How to make a link in textflow that send parameters to a function?

  • June 12, 2009
  • 1 reply
  • 744 views

How to make a link in textflow that send parameters to a function?

This topic has been closed for replies.
Correct answer rdermer

In the examples included with the weekly builds there is a CustomLinkEventHandler.as example.  Passing parameters would be done in the CustomClickHandler function.  You could attach the parameters to the LinkElement as user styles using the setStyle API.

Hope that helps,

Richard

1 reply

rdermerCorrect answer
Adobe Employee
June 13, 2009

In the examples included with the weekly builds there is a CustomLinkEventHandler.as example.  Passing parameters would be done in the CustomClickHandler function.  You could attach the parameters to the LinkElement as user styles using the setStyle API.

Hope that helps,

Richard