Skip to content
Snippets Groups Projects
Commit be8bc48b authored by Carsten  Rose's avatar Carsten Rose
Browse files

Update doc for Form.parameter.uploadType

parent 411f43d1
No related branches found
No related tags found
1 merge request!691New version v24.3.0
Pipeline #12119 passed
......@@ -2299,8 +2299,8 @@ FormElement.parameter
.. _`downloadButton`:
* *downloadButton* = `t:<string>` - If given, shows a button to download the previous uploaded file - instead of the string given in
`fe.value`. The button is only shown if `fe.value` points to a readable file on the server.
* *downloadButton* = `t:<string>` - If given, shows a button to download the previous uploaded file - instead of the
string given in `fe.value`. The button is only shown if `fe.value` points to a readable file on the server.
* If `downloadButton` is empty, just shows the regular download glyph.
* To just show the filename: `downloadButton = t:{{filenameOnly:V}}` (see :ref:`STORE_VARS`)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment