Names in Link Contexts

If the current context is a link then the following names are available:

Names Whose Value Is a File

  • destination: the file that is the target of the link. For external links this is a null value.
  • source: the file that is the starting point of the link.

Names Whose Value Is a String

  • destinationUrl: A URL from the initial context to the link target. If the link does not point to an external target but to a file in the CMS, the path is relative.
  • displayTitle: If the current link has a non-null title, this title is returned. Otherwise, the title of the destination file’s released content is returned. For external links, always title is returned.
  • target: The window (frame) in which the browser should open the link.
  • title: If the current link has a title, returns title.
  • all export variables to which a string has been assigned.

Names Whose Value Is a Context List

  • all export variables containing a context list.