{{getMsg('Help_YouAreHere')}}:
/
{{page.title}}
{{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}}
{{helpModel.downloadHelpPdfDataStatus}}
Tab Form Field
Properties to configure a PDF form field that will be displayed in an exported PDF file, only.
Types
The following form fields can be added to a report:
-
text field
-
button
-
check box
-
radio button
-
list
-
combo box
Element Name
All form field elements can have an optional name. This can be useful to identify the form fields, if the formula contains a submit button to send the completed formula.
List of Labels
For each form field a list of label items can be specified. Using the property formula it is also possible, to specify a dynamic list. The property formula must return a string array.
-
text field and checkbox - Only the first list entry is used as text field or checkbox label.
-
button - The first list entry is used as target URL for a submit action and the second list entry is used as optional button label. If no second list entry was specified, then "SUBMIT" is used as default button label.
-
radio button - For each list entry a radio button will be added to the PDF formula.
-
list - Each list entry will be an entry in the list form field in the PDF formula.
-
combo box - Each list entry will be an entry in the combo box.