This section describes root properties of the ListView user interface. Use the following string reference "view.<propertyName>" to access to below properties.



List of properties

Property name Type Description Default values
progressAllText string Gets or set text in the progressAll progress bar. Formatting constants are supported. ""
progressInCellText string Gets or sets text for the progress drawn over the cells. Formatting constants are supported. "#FILE_NAME# #FILE_PERCENTS_DONE# %"
fileListStatusLabelText string Gets or sets text for fileListStatusLabel label. Formatting constants are supported. "Total size is #TOTAL_FILES_SIZE#"
infoLabelText string Gets or sets text for infoLabel label. Formatting constants are supported. "Choose files to upload. Use hot keys for multiple selection."
retryDialogMessage string Gets or sets message that will be displayed in the retryDlg dialog. Formatting constants are supported. "Retry file upload?"
statusLabelOnProgressText string Gets or sets message that will be displayed in the statusLabel label when upload is in progress. Formatting constants are supported. "#PERCENTS_DONE#% uploaded(#BYTES_LOADED# of #BYTES_TOTAL#)\nTime left: #REMAINING_TIME#\nTransfer rate: #TRANSFER_RATE#"
statusLabelOnCompleteText string Gets or sets message that will be displayed in the statusLabel label when upload will be completed. Formatting constants are supported. "Upload has been completed."
statusLabelOnCancelText string Gets or sets message that will be displayed in the statusLabel label when upload is in progress. Formatting constants are supported. "Upload has been cancelled."
statusLabelOnErrorText string Gets or sets message that will be displayed in the statusLabel label when upload is in progress. Formatting constants are supported. "Upload has failed"
backgroundColor Array Array of numbers for the background gradient color of the main area. [#EFEFEF]
borderColor Array Array of numbers for the border gradient color of the main area. [#ebe9e9]
displayHttpStatusMessages Boolean Indicates whether or not messages related to http errors should be displayed. true
displayQueueErrorMessages Boolean Indicates whether or not messages related to queue errors should be displayed. true
displaySystemMessages Boolean Indicates whether or not messages related to system errors should be displayed. true
showRetryDialog Boolean Indicates whether or not retryDlg should be displayed when an error occurs during file upload. true
autopositionMode Boolean Turns on an auto position mode. If true all UI elements is auto scaled due to control resizing. true

Examples:

The property of the ListView is assigned via flashvars object of SWFObject on the html page:

flashvars["view.backgroundColor"] = "#fdfdfe|#d7e0e7";