.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. ================================================== .. DEFINE SOME TEXTROLES .. -------------------------------------------------- .. role:: underline .. role:: typoscript(code) .. role:: ts(typoscript) :class: typoscript .. role:: php(code) Reference for makePdfLink, openPdfLink and getPdfTarget ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Note that not all properties make sense for all functions. For example: the getPdfTarget function doesn't support the Target property. .. ### BEGIN~OF~TABLE ### .. container:: table-row Property filename Data type string Description Sets the a filename for the Content-Disposition header. Since most browsers seem to ignore this it is of limited use. Default Empty .. container:: table-row Property include\_post\_vars Data type boolean Description If set to 1 the received POST variables will be appended as GET variables to the URL. This is useful if you want to generate dynamic data (like search result for example). IMPORTANT NOTE: if you set this parameter it is possible that passwords and other sensible information will get encoded in the URL and thus be logged in proxy-logs for example. Default false .. container:: table-row Property no\_blur Data type boolean Description If this is set, no onFocus="blurLink(this); code is added to the link. You can also use noBlur instead. Default false .. container:: table-row Property no\_user\_int Data type boolean Description If set the generated link will not be a non-cached USER\_INT object. Use this for slightly better performance if you have no frontend plugins that act as USER\_INTobjects and set GET or POST variables. If you don't understand what i'm writing leave it at default. This parameter is only supported for the makePdfLink function. Default false .. container:: table-row Property Target Data type string Description Sets the target for the link Default Empty .. container:: table-row Property ATagParams Data type string Description Ads additional parameters to the tag. Default Empty .. ###### END~OF~TABLE ######