new module:ct-dom /File Downloader Target(target Name)
A target for the FileDownloader to post its download request to.
Parameters:
Name | Type | Description |
---|---|---|
targetName |
String | The name of the target element to be created. |
Methods
download Requested()
Notifies the target that a download has been requested. This should be called after submitting any forms using this object as the target.
on Download Failed()
This is called when a download fails.
on Download Passed()
This is called when a download succeeds.
remove File Downloader()
Removes the file downloader.