You are viewing the documentation for Blueriq 18. 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

« Previous Version 11 Current »

What is it for?

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


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 nameYes
asset-typeThe format for the asset-name. This is standard Text (without quotes).StringYes
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.ExpressionNo
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.StringNo
document-typeThe document type of the output file, e.g. "pdf". This must be enclosed in double quotes.StringYes
optional-parameters

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

String

No

  • No labels