Class: UploaderWindow

wp.media.view. UploaderWindow


new UploaderWindow( [options])

wp.media.view.UploaderWindow An uploader window that allows for dragging and dropping media.
Parameters:
Name Type Argument Description
options object <optional>
Options hash passed to the view.
Properties
Name Type Argument Description
uploader object <optional>
Uploader properties.
Properties
Name Type Argument Description
browser jQuery <optional>
dropzone jQuery <optional>
jQuery collection of the dropzone.
params object <optional>
Source:

Extends

Methods


dispose()

Inherited From:
Source:
To Do:
  • The internal comment mentions this might have been a stop-gap before Backbone 0.9.8 came out. Figure out if Backbone core takes care of this in Backbone.View now.
Returns:
Returns itself to allow chaining.
Type
wp.media.View

remove()

Inherited From:
Source:
Returns:
Returns itself to allow chaining.
Type
wp.media.View