|
JavaPowUpload 2.1
DetailsArea Parameters |
Home
page Contact
support
|
JavaPowUpload DetailsArea parameters
For more information on how to setup the JavaPowUpload parameters see How to section.
| Parameter name | Type | Desciption | Default value |
|---|---|---|---|
| Common.DetailsArea.Visible | boolean | It determines whether the DetailsArea is visible. | true |
| Common.DetailsArea.ShowRootFolder | boolean | It determines whether JavaPowUpload should display the root folder ([..] element) in the thumbnails and detailed views. | true |
| Common.DetailsArea.ShowFolders | boolean | It determines whether JavaPowUpload should display folders in the thumbnails and detailed views. | true |
| Common.DetailsArea.DefaultActiveTab | String | It determines which tab is active by default. Valid values: thumbnails, detail. | thumbnails |
| Common.DetailsArea.ShowFileDetailsOnSingleFileSelection | boolean | It determines whether JavaPowUpload should show file details when one file is selected in the tree (the parameter is set to true) or show the list with one cell (the parameter is set to false). | false |
| Common.DetailsArea.StartupDeviderLocation | float | Double-precision floating point value that specifies a percentage, from zero (top/left) to 1.0 (bottom/right) | 1.0 |
DetailsArea.Thumbnails parameters
| Parameter name | Type | Desciption | Default value |
|---|---|---|---|
| Common.DetailsArea.Thumbnails.ShowOnlyImages | boolean | If the parameter is set to true, only images will be displayed. | false |
| Common.DetailsArea.Thumbnails.TabName | String | A name of the tab with the thumbnails list. | Thumbnails |
| Common.DetailsArea.Thumbnails.ToolTip | String | A ToolTip for the tab with the thumbnails list. | Thumbnails view/edit |
| Common.DetailsArea.Thumbnails.TabIcon | URL | Url to an icon for the thumnails view tab. | icons/view_thumb.png |
| Common.DetailsArea.Thumbnails.ShowToolTips | Boolean | It determines whether the tooltip on cell items in the Thumbnail view is shown. | true |
| Common.DetailsArea.Thumbnails.BackgroundColor | color | Background color of the thumbnails panel. | #FFFFFF |
| Common.DetailsArea.Thumbnails.BackgroundImageUrl | URL | Url to the background image file for the Thumbnails view . | /icons/drop.png |
| Common.DetailsArea.Thumbnails.Cell.ShowEditPanel | boolean | It determines whether JavaPowUpload should display the bottom edit panel (with rotate and crop icons) for images. | false |
| Common.DetailsArea.Thumbnails.Cell.RotateLeftIcon.Url | URL | Url to image file for icon. | |
| Common.DetailsArea.Thumbnails.Cell.RotateRightIcon.Url | URL | Url to image file for icon. | |
| Common.DetailsArea.Thumbnails.Cell.CropIcon.Url | URL | Url to image file for icon. | |
| Common.DetailsArea.Thumbnails.Cell.ResetCropIcon.Url | URL | Url to image file for icon. | |
| Common.DetailsArea.Thumbnails.Cell.CropIcon.Color | Color | Color for a default "crop" icon. | #000000 |
| Common.DetailsArea.Thumbnails.Cell.ResetCropIcon.Color | Color | Color for a default "reset crop" icon. | #FF0000 |
| Common.DetailsArea.Thumbnails.Cell.RotateLeftIcon.Color | Color | Color for a default "rotate left" icon. | #000000 |
| Common.DetailsArea.Thumbnails.Cell.RotateRightIcon.Color | Color | Color for a default "rotate right" icon. | #000000 |
| Common.DetailsArea.Thumbnails.Cell.CropRect.Color | Color | Color for a crop rectangle. | #000000 |
| Common.DetailsArea.Thumbnails.Cell.CropRect.KeepAspectRatio | String | It determines whether the aspect ratio of the crop rectangle should kept.
Available values:
"NO" - aspect ratio is not controlled "ORIGINAL" - keep aspect ratrio of the original image. "UPLOAD" - keep aspect ratio of the upload thumbnail. (Upload.Thumbnails.Height / Upload.Thumbnails.Width) |
NO |
| Common.DetailsArea.Thumbnails.Cell.RotateLeftIcon.ToolTipText | String | Tooltip text for the rotate left icon. | Rotate left |
| Common.DetailsArea.Thumbnails.Cell.RotateRightIcon.ToolTipText | String | Tooltip text for the rotate right icon. | Rotate right |
| Common.DetailsArea.Thumbnails.Cell.CropIcon.ToolTipText | String | Tooltip text for the crop icon. | Crop image |
| Common.DetailsArea.Thumbnails.Cell.ResetCropIcon.ToolTipText | String | Tooltip text for the undo crop icon. | Undo crop operation |
| Common.DetailsArea.Thumbnails.Cell.ThumbHeight | integer | Thumbnail height in pixels | 100 |
| Common.DetailsArea.Thumbnails.Cell.ThumbWidth | integer | Thumbnail width in pixels | 100 |
| Common.DetailsArea.Thumbnails.Cell.BackgroundColor | color | Thumbnail background color | |
| Common.DetailsArea.Thumbnails.Cell.BackgroundSelectedColor | color | Selected thumbnail background color | #C0C0C0 |
| Common.DetailsArea.Thumbnails.Cell.BorderColor | color | Thumbnail border color | #808080 |
| Common.DetailsArea.Thumbnails.Cell.BorderSelectedColor | color | Selected thumbnail border color | #FF0000 |
| Common.DetailsArea.Thumbnails.Cell.TextColor | color | Thumbnail text color | #000000 |
| Common.DetailsArea.Thumbnails.Cell.FontName | string | Font name | |
| Common.DetailsArea.Thumbnails.Cell.FontStyle | integer | Font style | |
| Common.DetailsArea.Thumbnails.Cell.FontSize | integer | Font size | |
| Common.DetailsArea.Thumbnails.Cell.SelectedTextColor | color | Text color of selected thumbnail | #00F0000 |
| Common.DetailsArea.Thumbnails.Cell.SelectedFontName | string | Font name | |
| Common.DetailsArea.Thumbnails.Cell.SelectedFontStyle | integer | Font style | |
| Common.DetailsArea.Thumbnails.Cell.SelectedFontSize | integer | Font size |
DetailsArea.DetailView parameters
| Parameter name | Type | Desciption | Default value |
|---|---|---|---|
| Common.DetailsArea.DetailView.Visible | Boolean | It determines whether JavaPowUpload should display the detailed view. | true |
| Common.DetailsArea.DetailView.TabName | String | Name of the tab with file details. | Details |
| Common.DetailsArea.DetailView.ToolTip | String | Detail view tab tooltip. | Detailed view |
| Common.DetailsArea.DetailView.TabIcon | URL | Url to icon for details view tab. | icons/view_detail.png |
| Common.DetailsArea.DetailView.BackgroundImageUrl | URL | Url to background image file for details view. | /icons/drop.png |
| Common.DetailsArea.DetailView.Row.HeightWithThumbnail | Integer | Height of a table row when the thumbnails column is displayed. | 50 |
| Common.DetailsArea.DetailView.Row.HeightWithOutThumbnail | Integer | Height of a table row without the thumbnails column. | 20 |
| Common.DetailsArea.DetailView.Columns.Name | String | Header for the column containing a file/folder name. | Name |
| Common.DetailsArea.DetailView.Columns.Size | String | Header for the column containing a file/folder size. | Size |
| Common.DetailsArea.DetailView.Columns.Date | String | Header for the column containing a file date. | Date |
| Common.DetailsArea.DetailView.Columns.Path | String | Header for the column containing a file path. | Path |
| Common.DetailsArea.DetailView.Columns.Check | String | Header for the column containing the file/folder checkbox. | Check |
| Common.DetailsArea.DetailView.Columns.Thumbnail | String | Header for the column containing a file/ thumbnail. | Thumbnail |
| Common.DetailsArea.DetailView.Columns.Status | String | Header for the column containing a file status string. | Status |
| Common.DetailsArea.DetailView.ColumnsOrder | String | The string contains columns order. The delimiter is a "|" symbol. Available values: Check, Thumbnail, Name, Size, Date, Path, Status |
Check|Thumbnail|Name|Size|Date |
| Common.DetailsArea.DetailView.ShowDetailsOnDoubleClick | Boolean | It deterimines whether JavaPowUpload should show the file details panel on double click. | true |
| Common.DetailsArea.DetailView.ShowToolTips | Boolean | It deterimes whether JavaPowUpload should display the tool tips for table rows. | true |
DetailsArea.FileDetails parameters
| Parameter name | Type | Desciption | Default value |
|---|---|---|---|
| Common.DetailsArea.FileDetails.Caption | string | Caption label of the file details panel. | |
| Common.DetailsArea.FileDetails.FileNameLabel | string | File name pattern of the file details panel. | File name: #FILENAME# |
| Common.DetailsArea.FileDetails.FileSizeLabel | string | File size pattern of the file details panel. | File size: #FILESIZE# |
| Common.DetailsArea.FileDetails.FilePathLabel | string | File path pattern of the file details panel. | #FILEPATH# |
| Common.DetailsArea.FileDetails.FileLastModifiedLabel | string | File last modified pattern of the file details panel. | File last modified: #FILEDATE# |
| Common.DetailsArea.FileDetails.FileStatus | string | File status pattern of the file details panel. | File status: #FILESTATUS# |
| Common.DetailsArea.FileDetails.FileDescriptionLabel | string | File description pattern of the file details panel. | File description: #FILESDESCRIPTION# |
| Common.DetailsArea.FileDetails.BackLink | string | Text for a "back" link. The link navigates a user to the previous location (thumbnails or details view). | <<Back |
| Common.DetailsArea.FileDetails.FolderNameLabel | string | Folder name pattern for the detailed view tool tips. | Folder name: #FOLDERNAME# |
| Common.DetailsArea.FileDetails.FolderSizeLabel | string | Folder size pattern for the detailed view tool tips. | Folder size: #FOLDERSIZE# |
| Common.DetailsArea.FileDetails.FolderFilesCount | string | Files count pattern for the detailed view tool tips. | Files count: #FILESCOUNT# |
| Common.DetailsArea.FileDetails.BackgroundColor | color | Background color of the file details panel | |
| Common.DetailsArea.FileDetails.TextColor | color | Color of the text in the file details panel | #000000 |
| Common.DetailsArea.FileDetails.FontName | string | Font name | |
| Common.DetailsArea.FileDetails.FontStyle | integer | Font style | |
| Common.DetailsArea.FileDetails.FontSize | integer | Font size | 14 |