Extends
Constructor
new mw.Upload.Dialog([config])
#
Create an instance of mw.Upload.Dialog
.
Parameters:
Name | Type | Attributes | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
config |
Object |
optional |
Configuration options Properties:
|
- Source:
Properties
actionsstatic
#
Properties:
- Source:
namestatic
#
Methods
createUploadBooklet() → {mw.Upload.BookletLayout}protected
#
Create an upload booklet.
- Source:
Returns:
An upload booklet
Create an upload booklet.
onInfoValid(isValid)protected
#
Handle infoValid events.
Sets abilities
for the dialog accordingly.
Parameters:
Name | Type | Description |
---|---|---|
isValid |
boolean | The panel is complete and valid |
- Source:
Handle infoValid events.
onUploadBookletSet(page)protected
#
Handle panelNameSet events from the upload booklet.
Parameters:
Name | Type | Description |
---|---|---|
page |
OO.ui.PageLayout | Current page |
- Source:
Handle panelNameSet events from the upload booklet.