MultiPowUpload 3.1
File view parameters |
![]() ![]() |
File view parameters
For the information about how to setup the MultiPowUpload parameters see How to section.
Parameter name | Type | Desciption | Default value | fileView.defaultView | String | It determines which file view should be displayed by default. Valid values: "list", "thumbnails". | list |
---|---|---|---|
fileView.drawBorder | Boolean | It determines whether MultiPowUpload should draw a border around the fileView. | true |
fileView.backgroundColor | Color | Background color for the file view. | #FFFFFF |
fileView.x | Number | File view horizontal position. | 4 |
fileView.y | Number | File view vertical position. | <browseButton.bottom>+5 |
fileView.width | Number | File view width. | <movie.width>-8 |
fileView.height | Number | File view height. | <statusLabel.y>-<fileView.y>-3 |
fileView.fileComplete | URL | Url to the image file for the complete file state. | internal |
fileView.fileEdit | URL | Url to the image file for the edit icon. | internal |
fileView.fileError | URL | Url to the image file for the error file state. | internal |
fileView.fileProgress | URL | Url to the image file for the progress file state. Here you can use an animated GIF image. | internal |
fileView.fileReady | URL | Url to the image file for the ready file state. | internal |
fileView.fileInfo | URL | Url to the image file for the ready file state when the file information window is enabled (the value of thefileInfoWindow.enabled parameter is set to true ). | internal |
fileView.item.upColor | Color | Background color of the file view item in the up state. | #FFFFFF |
fileView.item.downColor | Color | Background color of the file view item in the down state. | #E3FFD6 |
fileView.item.overColor | Color | Background color of the file view item in the roll over state. | #DAF1FF |
fileView.item.selectedColor | Color | Background color of the file view item in the selected state. | #9AD8FF |
fileView.item.selectedDownColor | Color | Background color of the file view item in the selected pressed state. | #9AD8FF |
fileView.item.selectedOverColor | Color | Background color of the file view item in the selected rolled over state. | #DAF1FF |
fileView.item.unUploadedColor | Color | Background color of the file view item when an error occured. | #F76853 |
fileView.item.uploadedColor | Color | Background color of the file view item when a file has been successfully uploaded. | #EAFFF4 |
fileView.itemBorder.left | Number | Width of the left border of the item. | 1.0 |
fileView.itemBorder.right | Number | Width of the right border of the item. | 0.5 |
fileView.itemBorder.top | Number | Width of the top border of the item. | 1.0 |
fileView.itemBorder.bottom | Number | Width of the bottom border of the item. | 0.5 |
List view
Parameter name | Type | Desciption | Default value |
---|---|---|---|
listView.advancedMode | Boolean | It determines whether the list view should work in the advanced mode. If the parameter is set to false, only file name label will be displayed for each item without any other contols. | true |
listView.showFileInfoOnLabelClick | Boolean | It determines whether the FileInfo window should be displayed on the file name label click. If the parameter is set to false, the FileInfo window will be displayed only on the icon (status icon) click. | true |
listView.fileNameLabel.pattern | String | Pattern for the file name label. | <FILENAME> |
listView.fileSizeLabel.pattern | Number | Pattern for the file size label. | <FILESIZE> |
listView.icon.visible | Boolean | It determines whether the status icon should be visible. | true |
listView.label.tooltip | String | Tooltip for the file name label. It is displayed when a cursor is on the status icon, the file name label, or the file size label. | Size: <FILESIZE>\nDate: <FILEDATE>\nStatus: <FILESTATUS> |
listView.label.disabledFileInfoTooltip | String | Tooltip for the file name label. It is displayed when the fileInfoWindow.enabled parameter is set to false. | Size: <FILESIZE>\nDate: <FILEDATE>\nStatus: <FILESTATUS> |
listView.textStyle | TextStyle | Text style. | color: #000000 |
listView.selected.textStyle | TextStyle | Text style for the selected item. | color: #005F33 |
listView.over.textStyle | TextStyle | Text style for the roll over item state. | color: #2B333C |
listView.progressBar.visible | Boolean | It determines whether the progress bar should be displayed. | false |
listView.description.visible | Boolean | It determines whether the description panel should be displayed. | false |
listView.description.defaultText | String | Default text for the description panel. | Click to edit... |
listView.description.valueTruncate | Number | Number of characters that are displayed for each description field. Number of characters of each input field that will be displayed in a listView row. For example, a user has inserted a text with about 100 characters into the input form, MultiPowUpload will display only first 20 (by default) symbols. | 20 |
listView.description.showIcon | Boolean | It determines whether the "edit" icon should be displayed. | true |
listView.description.textStyle | TextStyle | Text style for the description panel. | color:#505050 size: 12 |
listView.description.tooltip | String | Tooltip for the description panel. | Edit file description |
listView.removeButton.visible | Boolean | It determines whether the remove button should be displayed. | true |
listView.removeButton.text | String | Remove button text. | |
listView.removeButton.tooltip | String | Button tooltip. | Remove file |
listView.removeButton.width | Number | Button width. | 26 |
listView.removeButton.height | Number | Button height. | 26 |
listView.removeButton.icon | URL | Url to the image file for the button icon. | internal |
listView.removeButton.iconDisabled | URL | Url to the image file for the disabled button icon. If the value is not set, MultiPowUpload will make a disabled icon by filtering a normal icon. | |
listView.removeButton.up | URL | Url to the image file for the up button state. | |
listView.removeButton.down | URL | Url to the image file for the down button state. | |
listView.removeButton.over | URL | Url to the image file for the roll over button state. | |
listView.removeButton.disabled | URL | Url to the image file for the disabled button state. | |
listView.textInput.visible | Boolean | It determines whether inline text input should be displayed. | false |
listView.textInput.defaultString | String | Default text for the inline text input. | Put file description here |
listView.textInput.backgroundColor | Color | Background color for the inline text input. | |
listView.textInput.drawBorder | Boolean | It determines whether the text input should be decorated with a border. | true |
listView.textInput.encodeValue | Boolean | It determines whether the value of the text input should be encoded. | false |
listView.textInput.textStyle | TextStyle | Text style for the inline text input. | color: #505050 font: _sans size: 12 style: normal |
Thumbnails view
Parameter name | Type | Desciption | Default value |
---|---|---|---|
thumbnailView.visible | Boolean | It determines whether the thumbnails view should be visible. If the value is set to true, the List view button and the Thumbnails view button will be displayed. | true |
thumbnailView.scrollDirection | String | Scroll direction in the thumbnails view. Valid values: "V","H", " vertical", "horizontal". | V |
thumbnailView.thumbnailWidth | Number | Width of thumbnails. | 120 |
thumbnailView.thumbnailHeight | Number | Height of thumbnails. | 120 |
thumbnailView.allowCrop | Boolean | It determines whether the crop operation is allowed. | false |
thumbnailView.allowRemove | Boolean | It determines whether the remove operation is allowed. | true |
thumbnailView.allowRotate | Boolean | It determines whether the rotate operation is allowed. | false |
thumbnailView.cropRectKeepAspectRatio | String | It determines how MultiPowUpload should control the crop rectangle size. Valid values: NO - crop rectangle. UPLOAD - crop rectangle dimensions related to the upload thumbnail aspect ratio. ORIGINAL - crop rectangle dimensions related to the original image aspect ratio. |
NO |
thumbnailView.showCropRectDimensions | Boolean | It determines whether the crop rectangle dimensions should be displayed (as a tooltip) when a user selects a crop region. | true |
thumbnailView.animateRotation | Boolean | It determines whether MultiPowUpload should animate the rotate operation. | true |
thumbnailView.animateShowHidePanels | Boolean | It determines whether MultiowUpload should animate the panels on the active/deactivate item cell. | true |
thumbnailView.progressBar.visible | Boolean | It determines whether the progress bar should be displayed. | false |
thumbnailView.progressBar.height | Number | Progress bar height. | 5 |
thumbnailView.topPanel.visible | Boolean | It determines whether the top panel should be displayed. | true |
thumbnailView.topPanel.height | Number | Height of the top panel. | 20 |
thumbnailView.topPanel.alpha | Number | Alpha of the top panel. The valid range is from 0.0 to 1.0 . | 0.5 |
thumbnailView.topPanel.color | Color | Color of the top panel. | #FFFFFF |
thumbnailView.topPanel.overImage | Boolean | It determines whether the top panel should be displayed over image or not. | true |
thumbnailView.topPanel.showOnRollOver | Boolean | It determines whether the top panel should be displayed only when the item cell is activated. If the parameter is set to false, the top panel will be always visible. | true |
thumbnailView.topPanel.inputTextBox.visible | Boolean | It determines whether the inline text input should be displayed on the top panel. | false |
thumbnailView.topPanel.inputTextBox.height | Number | Text input height. | 20 |
thumbnailView.topPanel.inputTextBox.backgroundColor | Color | Background color for the text input. | |
thumbnailView.topPanel.inputTextBox.drawBorder | Boolean | It determines whether the text input should be decorated with a border. | true |
thumbnailView.topPanel.inputTextBox.textStyle | TextStyle | Text style for the inline text input. | color: #000000 font : Times New Roman size : 12 style: normal |
thumbnailView.bottomPanel.visible | Boolean | Determines whether bottom panel should be displayed or not. | true |
thumbnailView.bottomPanel.height | Number | Bottom panel height. | 15 |
thumbnailView.bottomPanel.alpha | Number | Alpha of the bottom panel. Valid range is from 0.0 to 1.0 . | 0.5 |
thumbnailView.bottomPanel.color | Color | Color of the bottom panel. | #FFFFFF |
thumbnailView.bottomPanel.labelPattern | String | Pattern for the file name label. | <FILENAME> |
thumbnailView.bottomPanel.overImage | Boolean | It determines whether the bottom panel should be displayed over an image. | true |
thumbnailView.bottomPanel.showEditIcon | Boolean | It determines whether the "edit" icon should be displayed. Description windows are displayed by a click on the "edit" icon. | false |
thumbnailView.bottomPanel.showOnRollOver | Boolean | It determines whether the bottom panel should be displayed only when the item cell is activated. If the parameter is set to false, the panel will be always visible. | false |
thumbnailView.bottomPanel.showStatusIcon | Boolean | It determines whether the status icon should be displayed. | true |
thumbnailView.bottomPanel.textStyle | TextStyle | Text style. | |
thumbnailView.contextMenu.CropLabel | String | Context menu crop item text. | Crop |
thumbnailView.contextMenu.RemoveLabel | String | Context menu remove item text. | Remove |
thumbnailView.contextMenu.RotateLeftLabel | String | Context menu rotate left item text. | Rotate left |
thumbnailView.contextMenu.RotateRightLabel | String | Context menu rotate right item text. | Rotate right |
thumbnailView.contextMenu.UndoCropLabel | String | Context menu cancel crop item text. | Cancel crop |
thumbnailView.editIcon.tooltip | String | Edit icon tooltip. | Edit file description |
thumbnailView.infoIcon.tooltip | String | Info icon tooltip. | Size: <FILESIZE>\nDate: <FILEDATE>\nStatus: <FILESTATUS> |
thumbnailView.infoIcon.disabledFileInfoTooltip | String | Info icon (and label) tooltip. It is displayed when the fileInfoWindow.enabled parameter is set to false. | Size: <FILESIZE>\nDate: <FILEDATE>\nStatus: <FILESTATUS> |
thumbnailView.cropIcon.tooltip | String | Crop icon tooltip. | Crop selected region |
thumbnailView.cancelCropIcon.tooltip | String | Cancel crop icon tooltip. | Undo crop operation |
thumbnailView.removeIcon.tooltip | String | Remove icon tooltip. | Remove |
thumbnailView.rotateLeftIcon.tooltip | String | Rotate left icon tooltip. | Rotate left |
thumbnailView.rotateRightIcon.tooltip | String | Rotate right icon tooltip. | Rotate right |
thumbnailView.cropIcon.up | URL | Url to the image file for the up icon state. | internal |
thumbnailView.cropIcon.down | URL | Url to the image file for the down icon state. | |
thumbnailView.cropIcon.over | URL | Url to the image file for the roll over icon state. | |
thumbnailView.cancelCropIcon.up | URL | Url to the image file for the up icon state. | internal |
thumbnailView.cancelCropIcon.down | URL | Url to the image file for the down icon state. | |
thumbnailView.cancelCropIcon.over | URL | Url to the image file for the roll over icon state. | |
thumbnailView.removeIcon.up | URL | Url to the image file for the up icon state. | internal |
thumbnailView.removeIcon.down | URL | Url to the image file for the down icon state. | |
thumbnailView.removeIcon.over | URL | Url to the image file for the roll over icon state. | |
thumbnailView.rotateLeftIcon.up | URL | Url to the image file for the up icon state. | internal |
thumbnailView.rotateLeftIcon.down | URL | Url to the image file for the down icon state. | |
thumbnailView.rotateLeftIcon.over | URL | Url to the image file for the roll over icon state. | |
thumbnailView.rotateRightIcon.up | URL | Url to the image file for the up icon state. | internal |
thumbnailView.rotateRightIcon.down | URL | Url to the image file for the down icon state. | |
thumbnailView.rotateRightIcon.over | URL | Url to the image file for the roll over icon state. |