|
JavaPowUpload 2.1
ListArea Parameters |
Home
page Contact
support
|
JavaPowUpload ListArea parameters
For more information on how to setup the JavaPowUpload parameters see How to section.
| Parameter name | Type | Desciption | Default value |
|---|---|---|---|
| Common.ListArea.TabName | String | Name of a tab with the upload tree. The tab is displayed only if the Upload.FileSystemTree.Visible parameter is set to true otherwise the upload tree is displayed without tab panel. | Upload tree |
| Common.ListArea.TabIcon | Url | Url to an icon for the uload/download tree tab. | icons/upload_download_tree.png |
| Common.ListArea.Visible | boolean | It determines whether the ListArea is visible. | true |
| Common.ListArea.DefaultExpandLevel | integer | Default expand level for an item in the tree. Set negative value to expand all. | -1 |
| Common.ListArea.BackgroundColor | color | Backgrond color of tree | |
| Common.ListArea.BackgroundImageUrl | URL | Url to the background image file for the ListArea. | /icons/drop.png |
| Common.ListArea.Row.File.Label | string | Pattern for the file node. Available variables: #FILENAME# - file name #FILELENGTH# - size of file #FILEDATE# - last modified date #FILEPROGRESS# - percent done Text inside [] will be displayed only when the file is in progress state. |
#FILENAME# [(#FILEPROGRESS# %)] |
| Common.ListArea.Row.File.CheckBox.Visible | Boolean | It is determines whther the checkbox is displayed in the upload tree. | true |
| Common.ListArea.Row.File.Icon.Complete | URL | Url to an icon for the file complete state. | /icons/file_complete.png |
| Common.ListArea.Row.File.Icon.Error | URL | Url to an icon for the file Error state. | /icons/file_error.png |
| Common.ListArea.Row.File.Icon.Progress | URL | Url to an icon for the file progress state. Note: if you use gif animated images, please make sure that you have valid "delay" for each frame, otherwise the render for such image may take too much processor time. |
/icons/file_progress.gif |
| Common.ListArea.Row.File.ErrorLabel | string | Pattern for the error label that is displayed instead of the file progress bar | <html><font style="font-weight: bold; color:#FF0000" >Error : #ERRORMESSAGE#</font></html> |
| Common.ListArea.Row.Folder.Label | string | Pattern for the Folder node | #FOLDERNAME# |
| Common.ListArea.Row.BorderColor | color | Border color | #FF0000 |
| Common.ListArea.Row.File.Description.Visible | boolean | It deterimes whether JavaPowUpload should show the file description text field in the file tree. | false |
| Common.ListArea.Row.File.Description.DefaultText | String | Default string for file description text field. Note: default string is not posted to a server. | Put file description here |
| Common.ListArea.Row.File.Description.ClicksToActivate | long | Amount of clicks of the left mouse button to activate description text input box in the files tree. | 1 |
| Common.ListArea.Row.File.IconUrl | URL | Url to a file icon | |
| Common.ListArea.Row.File.BackgroundColor | color | Background color of the file node | |
| Common.ListArea.Row.File.TextColor | color | Text color of the file node | |
| Common.ListArea.Row.File.SelectedBackgroundColor | color | Background color of the selected file node | |
| Common.ListArea.Row.File.SelectedTextColor | color | Text color of the selected file node | |
| Common.ListArea.Row.File.FontName | string | Font name of the file node | |
| Common.ListArea.Row.File.FontStyle | integer | Font style 0–plain 1-bold 2-itallic |
|
| Common.ListArea.Row.File.FontSize | integer | Font size | |
| Common.ListArea.Row.File.SelectedFontName | string | Font name for the selected file node | |
| Common.ListArea.Row.File.SelectedFontStyle | integer | Font Style for the selected file node | |
| Common.ListArea.Row.File.SelectedFontSize | integer | Font size for the selected file node | |
| Common.ListArea.Row.Folder.IconUrl | URL | All the same for the Folder node | |
| Common.ListArea.Row.Folder.BackgroundColor | color | Background color of the folder node | |
| Common.ListArea.Row.Folder.TextColor | color | Text color of the folder node | |
| Common.ListArea.Row.Folder.SelectedBackgroundColor | color | Background color of the selected folder node | |
| Common.ListArea.Row.Folder.SelectedTextColor | color | Text color of the selected folder node | |
| Common.ListArea.Row.Folder.FontName | string | Font name | |
| Common.ListArea.Row.Folder.FontStyle | integer | Font style | |
| Common.ListArea.Row.Folder.FontSize | integer | Font size | |
| Common.ListArea.Row.Folder.SelectedFontName | string | Font name | |
| Common.ListArea.Row.Folder.SelectedFontStyle | integer | Font style | |
| Common.ListArea.Row.Folder.SelectedFontSize | integer | Font size | |
| Common.ListArea.Row.Progress.Visible | boolean | It determines whether the progress bar for each file is visible. | true |
| Common.ListArea.Row.Progress.AlwaysVisible | boolean | If the parameter is set to true, the progress bar is always visible. If the parameter is set to false, the progress bar is displayed visible only when the upload/download process is started. |
false |
| Common.ListArea.Row.Progress.Downloading | string | Not used currently to save performance | #CURFILEPERCENT#% |
| Common.ListArea.Row.Progress.BackgroundColor | color | Not used currently to save performance | #FFFFFF |
| Common.ListArea.Row.Progress.ForegroundColor | color | Not used currently to save performance | |
| Common.ListArea.Row.Progress.TextColorBackground | color | Color of the text displayed on background of the progressBar | |
| Common.ListArea.Row.Progress.TextColorForeground | color | Color of text displayed on foreground of the progressBar | |
| Common.ListArea.Row.Progress.FontName | string | Font name | |
| Common.ListArea.Row.Progress.FontStyle | integer | Font style | |
| Common.ListArea.Row.Progress.FontSize | integer | Font size |
JavaPowUpload ListArea upload parameters
| Parameter name | Type | Desciption | Default value |
|---|---|---|---|
| Upload.ListArea.ToolTip | string | ToolTip for the tab with the upload tree. | Upload tree allows to view and manage the files selected for upload |
| Upload.ListArea.RootNodeLabel.Upload | string | Root node label of the tree in the upload mode. | Uploads |
| Upload.FileSystemTree.Visible | boolean | It determines whether JavaPowUpload should display the file system tree. | false |
| Upload.FileSystemTree.TabName | String | Name of the tab with the file system tree. | File system |
| Upload.FileSystemTree.ToolTip | String | ToolTip for the tab with the file system tree. | Local file system tree allows to select files for upload |
| Upload.FileSystemTree.TabIcon | URL | Url to an icon for the file system tree tab. | icons/system_tree.png |
| Upload.FileSystemTree.ActiveByDefault | Boolean | It determines whether the File system tree should be active by default. | true |
| Upload.FileSystemTree.RootName | String | Name of the root node in the file system tree. | My Computer |
JavaPowUpload ListArea download parameters
| Parameter name | Type | Desciption | Default value |
|---|---|---|---|
| Download.ListArea.RootNodeLabel.Download | string | Root node label of the tree in the download mode. | Downloads |
| Download.ListArea.Row.Progress.Uncompressed | string | String displayed on the file node progress bar when a file is being uncompressed. | Uncompressed |
| Download.ListArea.Row.Progress.Uncompressing | string | String displayed on file node progress bar when a file is uncompressing. | Uncompressing |