Namespace with types and interfaces required by the AJAX upload dialog.

Index

Interfaces

Properties

Properties

clear

clear: function

Removes all upload items in the upload dialog.

Type declaration

    • (): void
    • Returns void

hide

hide: function

Hides the upload dialog.

Type declaration

    • (): void
    • Returns void

show

show: function

Shows the upload dialog.

Type declaration

    • (): void
    • Returns void

track

track: function

Tracks all AJAX uploads in the current form and shows them in the upload dialog.

param

settings for how to track the uploads.

Type declaration

untrack

untrack: function

Turns of tracking, so that new uploads in the form are not shown in the upload dialog anymore.

Type declaration

    • (): void
    • Returns void