MultiPowUpload 3.3
Windows and dialogs parameters
  Home page
Contact support

For the information on how to setup the MultiPowUpload parameters see tutorial section.

Common window parameters


Parameter name Type Desciption Default value
window.backgroundColor Color Window background color. #FFFFFF
window.border.color Color Color for the window border. #D7D7D7
window.border.shadow.intensive Number Shadow intensive. 1.0
window.border.alpha Number Alpha for the window border. 1.0
window.textStyle TextStyle Text style window text. It is applied to an error and warning windows. color:
size:
style:
window.caption.textStyle TextStyle Text style for the window caption. It is common for all windows. color: #0B333C
size: 14
style: bold
window.warningCaptione String Caption of window with warning message. Warning
window.errorCaption String Caption of window with error message. Error

Description window


Parameter name Type Desciption Default value
descriptionWindow.width Number Width of description window in prcentage from movie width. Set the value as a number from 0.0 to 1.0. For example, to display window with the half-size width, set the value to 0.5. 0.9
descriptionWindow.height Number Height of description window in prcentage from movie height. Set the value as a number from 0.0 to 1.0. For example, to display window with the half-size height, set the value to 0.5. 0.9
descriptionWindow.caption String Window caption. Description for file
descriptionWindow.backgroundColor Color Window background color.
descriptionWindow.fileNavigation.backgroundColor Color Background color for the file navigation panel.
descriptionWindow.fileNavigation.enabled Boolean It determines whether the file navigation panel is enabled. true
descriptionWindow.fileNavigation.fileName.label String Pattern for the file name label. <FILENAME>
descriptionWindow.fileNavigation.fileName.textStyle TextStyle Text style for the file name label. size: 12
style: bold
descriptionWindow.fileNavigation.nextButton.label String Next button label.  
descriptionWindow.fileNavigation.nextButton.icon URL Next button icon. internal
descriptionWindow.fileNavigation.nextButton.width Number Button width. 20
descriptionWindow.fileNavigation.nextButton.height Number Button height. 20
descriptionWindow.fileNavigation.previousButton.label String Previous button label.
descriptionWindow.fileNavigation.previousButton.icon URL Previous button icon. internal
descriptionWindow.fileNavigation.previousButton.width Number Button width. 20
descriptionWindow.fileNavigation.previousButton.height Number Button height. 20
descriptionWindow.inputsList.backgroundColor Color Background color for the inputs list.
descriptionWindow.inputsList.selectedItem.backgroundColor Color Background color of the selected item. #D5D5D5
descriptionWindow.rightPanel.backgroundColor Color Background color of the right panel. #D5D5D5
descriptionWindow.inputs.textStyle TextStyle Text style for the input field in the inputs list. It is common for all fields. color: #000000
size: 12
style: italic
descriptionWindow.inputs.selectedTextStyle TextStyle Text style for the selected input field in the inputs list. It is common for all fields. color: #0000FF
size: 12
style: italic
descriptionWindow.inputs.inputTextStyle TextStyle Text style for the input field. It is common for all fields. color: #000000
size: 12
style: normal
descriptionWindow.inputs.message.textStyle TextStyle Message text style. It is common for all fields. color: #000000
size: 12
style: normal
descriptionWindow.inputs.*.required Boolean Determines whether this field is required or not. false
descriptionWindow.inputs.*.type String Input type. Valid values: "dropdown", "singleline", "multiline" singleline
descriptionWindow.inputs.*.index String Index of the input field. 1
descriptionWindow.inputs.*.label String Label for the input field. This string is displayed in the inputs list.
descriptionWindow.inputs.*.defaultValue String Default value for input field in description window. For text inputs this string will be displayed as default text. For drop down list , element with exactly the same value will be selected by default.
descriptionWindow.inputs.*.dropDownOptions String Array of the drop down items. It is used if the input descriptionWindow.inputs.*.type parameter is set to "dropdown". The separator is ";" character.
Example: "choose me;select me"
 
descriptionWindow.inputs.*.specificForTypes String Array of the file types for which this input field will be displayed. Separator is ";" character. Example: .jpg;.png"  
descriptionWindow.inputs.*.textStyle TextStyle Text style for the input field in the inputs list. color: #000000
size: 12
style: italic
descriptionWindow.inputs.*.selectedTextStyle TextStyle Text style for the selected input field in the inputs list. color: #0000FF
size: 12
style: italic
descriptionWindow.inputs.*.inputTextStyle TextStyle Text style for the input field. color: #000000
size: 12
style: normal
descriptionWindow.inputs.*.message String Message text displayed on the right panel. Comment
descriptionWindow.inputs.*.message.textStyle TextStyle Message text style. color: #000000
size: 12
style: normal

File information window

Parameter name Type Desciption Default value
fileInfoWindow.enabled Boolean If the parameter is set to true, FileInfo window will be displayed by mouse click on the file label or the status icon in the list or the thumbnails view. It is recommended that the minimum dimensions of Flash object for comfortable viewing of this window is 180 (width) and 400 (height). true
fileInfoWindow.caption String Window caption. File information
fileInfoWindow.fileName String File name pattern. <b>Name</b>: <FILENAME>
fileInfoWindow.fileDate String File date pattern. <b>Date</b>: <FILEDATE>
fileInfoWindow.fileSize String File size pattern. <b>Size</b>: <FILESIZE>
fileInfoWindow.fileStatus String File status pattern. <b>Status</b>: <FILESTATUS>
fileInfoWindow.imageWidth String Image width pattern. <b>Image width</b>: <IMAGEWIDTH>
fileInfoWindow.imageHeight String Image height pattern. <b>Image height</b>: <IMAGEHEIGHT>
fileInfoWindow.exifInfo String Exif info pattern. <b>Exif info</b>: <a>Click to view</a>
fileInfoWindow.textStyle TextStyle Text style. color: #000000
size: 12
style: normal
fileInfoWindow.link.textStyle TextStyle Text style for a link. color: #0000FF
size: 12
style: underline, bold

Exif window

Parameter name Type Desciption Default value
exifWindow.caption String Window caption. <FILENAME> EXIF data
exifWindow.backgroundColor Color Window background color.
exifWindow.list.nameHeader String Text for the header of the name column. Name
exifWindow.list.valueHeader String Text for the header of the value column. Value
exifWindow.list.backgroundColor Color Background color for the items list.

Retry dialog


Parameter name Type Desciption Default value
retryDialog.enabled Boolean Determines whether retry dialog should be displayed if some files were not uploaded. true
retryDialog.caption String Dialog caption. Retry upload?
retryDialog.message String Dialog message text. Some files were not uploaded. Do you want to try to upload again?
retryDialog.noLabel String Text for the "no" button. No
retryDialog.yesLabel String Text for the "Yes" button. Yes