You are viewing the documentation for Blueriq 15. Documentation for other versions is available in our documentation directory.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

What is it for?

The AQ_DocumentLink is used to generate and then display a download link to generate and download the Document.


The AQ_DocumentLink container shows a link where a Blueriq document can be downloaded. The Document will be generated once the user clicks the download link.


Parameters

NameDescriptionTypeRequired
asset-nameThe asset which is used to display the link text (name is without quotes).Asset nametrue
asset-typeThe format for the asset-name. This is standard Text (without quotes).Stringtrue
document-nameThe name of the document that will be generated, name should be between double quotes, e.g. "Document". Either this parameter or the page-name parameter must be given.Expressionfalse
page-nameThe name of the page that will be generated, name should be between double quotes, e.g. "Document". Either this parameter or the document-name parameter must be given.Stringfalse
document-typeThe document type of the output file, e.g. "pdf". This must be enclosed in double quotes.Stringtrue
optional-parameters

Optional text to append to the link. This must be enclosed in double quotes.

String

false

  • No labels