Class: DownloadView

Tools.Download DownloadView

DownloadView

new DownloadView()

modules/tools/download/view.js, line 19
Fires:
Listens to Events:

Extends

Methods

back(){void}

modules/tools/download/view.js, line 55
Return to the draw module.

close(value){void}

modules/tools/download/view.js, line 45
Called if window is closed. Sets the model to isActive=false.
Name Type Description
value Boolean if false, window was set to isVisible=false

render(model, value){void}

modules/tools/download/view.js, line 95
renders the models content.
Name Type Description
model Tools.Download.DownloadModel Download model.
value Boolean Flag if model is active.

setFileName(evt){void}

modules/tools/download/view.js, line 79
Sets the typed filename by user input
Name Type Description
evt Event Keyup event in filename textfield.

setSelectedFormat(evt){void}

modules/tools/download/view.js, line 66
Sets the selected format by user input
Name Type Description
evt Event Change event in format dropdown.