!--a11y-->
FileDownload Properties 
● behavior
What happens after the users has clicked on the FileDownlload UI element.
Value |
Description |
allowSave |
The File ® Save dialog of the Web browser is displayed. |
auto openInplace |
The file type-dependent behavior of the the browser is used: A dialog box to display and save the file is displayed. If the file is opened within the active window using an application program, the program depends on the MIME type of the file |
● data
Data source of the file to be downloaded within the context.
● fileName
Name assigned to the file to be downloaded on the client.
● mimeType
MIME type of the file
● target
ID of the target window in the browser, when the link is activated Either the users can specify the ID themselves or it has the value _blank, which opens an external, unnamed window.
● type
Graphical display of the FileDownload UI element
Value |
Visual Display |
|
navigation |
|
The UI element appears underlined and in the color used for links that the user has already visited. |
function |
|
The UI element appears in the standard design and underlined. |
reporting |
|
The UI element appears in the standard design and not underlined. |
result |
|
The UI element appears not underlined. |