Skip to main content
13-Aquamarine
May 28, 2019
Solved

In ACL language, how to display a text with a link (url) in a message window ?

  • May 28, 2019
  • 1 reply
  • 1518 views

Hello,

Using ACL Language, I would like display a text message with a link in a message window. If I click on the link which do reference to an oid, the cursor move to the position given by the oid. How to do it?

Kind regards

David

Best answer by dgopois

Hello,

It's possible using the _eventlog package and using the function _eventlog::add_record.

We can create a link in a message window to an oid.

Regards

David

1 reply

dgopois13-AquamarineAuthorAnswer
13-Aquamarine
June 4, 2019

Hello,

It's possible using the _eventlog package and using the function _eventlog::add_record.

We can create a link in a message window to an oid.

Regards

David