MultiPowUpload 3.1
Thumbnails view
  Home page
Contact support

MultiPowUpload Thumbnails view

This section describes the thumbnails file view. The figure below shows a default appearance of that view.

The figure below displays a single item of the thumbnail view with all available UI elements enabled:

Let's describe the UI elements from left to right and from top to bottom:

  1. The rotate left icon is used to rotate the image file. It is visible if the value of the thumbnailView.allowRotate parameter is set to true.
    You can change the icon using the thumbnailView.rotateLeftIcon.up parameter.
  2. The crop/cancel icon is used to apply the crop operation to the selected image region. It is visible if the value of the thumbnailView.allowCrop parameter is set to true .
    You can change the icon using the thumbnailView.cropIcon.up parameter.
  3. The inline text input allows a user to input some comments for each file without opening an additional window.
    Hide or show this input by changing the value of the thumbnailView.topPanel.inputTextBox.visible parameter.
  4. The remove icon is used to remove the current file from the list. It is visible if the value of the thumbnailView.allowRemove parameter is set to true .
    You can change the icon using the thumbnailView.removeIcon.up parameter.
  5. The rotate right icon is used to rotate the image file. It is visible if the value of the thumbnailView.allowRotate parameter is set to true .
    You can change the icon using the thumbnailView.rotateRightIcon.up parameter.
  6. The file name label by default displays a name of a file according to the value of the listView.fileNameLabel.pattern parameter. The label is left aligned.
    By default, the FileInfo window is displayed when a user clicks on this label. Use the listView.showFileInfoOnLabelClick parameter to change this behaviour.
  7. The image file previews the area where a user can make a selection for the crop operation if the value of the thumbnailView.allowCrop parameter is set to true .
  8. The status icon displays a current file status. You can hide it using the thumbnailView.bottomPanel.showStatusIcon parameter. The icons are common for all the file views.
    You can change the status icon using this group of parameters.
  9. The file name label by default displays a name of a file according to the value of the thumbnailView.bottomPanel.labelPattern parameter. The label is left aligned.
    By default, the FileInfo window is displayed when a user clicks on this label. Use the fileInfoWindow.enabled parameter to change this behaviour.
  10. The edit icon is used to display the Description window. Use the thumbnailView.bottomPanel.showEditIcon parameter to show or hide this icon.
  11. The progress bar displays the upload progress of a single file.
    Hide or show it by changing the value of the thumbnailView.progressBar.visible parameter.