diff options
Diffstat (limited to 'documentation/articles')
-rw-r--r-- | documentation/articles/LettingTheUserDownloadAFile.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/articles/LettingTheUserDownloadAFile.asciidoc b/documentation/articles/LettingTheUserDownloadAFile.asciidoc index d8b381b109..48b46354a9 100644 --- a/documentation/articles/LettingTheUserDownloadAFile.asciidoc +++ b/documentation/articles/LettingTheUserDownloadAFile.asciidoc @@ -56,7 +56,7 @@ public class LettingUserDownladFile extends UI { .... To use `FileDownloader`, you just create an instance of the extension -and use it to extend the component that should start the download. You +and use it to extend the component or `MenuItem` that should start the download. You should also note that `FileDownloader` works best with resources that are served by Vaadin as it relies on sending some special HTTP headers along with the file to ensure the browser doesn't try to open the file |