XPDF_LinkClicked

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
XPDF_LinkClicked <link>
Associationsxpdf
Summary

Sent to the current card when the user scrolls the view

EditionBusiness
Introduced1.0.0
OSmac, windows
Platformsdesktop
Parameters
NameTypeDescription
link

The uri or file path embedded in the link. XPDF supports both PDF link annotations and uri's included in the file text.

Example
on XPDF_LinkClicked pLink
	launch url pLink
end XPDF_LinkClicked

Description

Sent to the current card when the user scrolls the view

Tagsexternals