|
JavaPowUpload 2.1
Dialogs and menu Parameters |
Home
page Contact
support
|
JavaPowUpload dialogs and menu parameters
For more information on how to setup the JavaPowUpload parameters see How to section.
| Parameter name | Type | Desciption | Default value |
|---|---|---|---|
| Common.WindowMode.Caption | string | Caption of JavaPowUpload window when it runs in the window mode. | JavaPowUpload |
| Common.OverwriteDialog.Message | string | A message displayed when the file already exists. | File #FILENAME# already exist. What would you like to do? |
| Common.OverwriteDialog.Overwrite | string | Overwrite button label | Overwrite |
| Common.OverwriteDialog.OverwriteAll | string | Overwrite All button label | Overwrite all |
| Common.OverwriteDialog.Skip | string | Skip button label | Skip |
| Common.OverwriteDialog.SkipAll | string | Skip All button label | Skip all |
| Common.OverwriteDialog.Resume | string | Resume button label | Resume |
| Common.OverwriteDialog.ResumeAll | string | Resume All button label | Resume all |
LoginDialog
| Parameter name | Type | Desciption | Default value |
|---|---|---|---|
| Common.LoginDialog.LoginLabel | string | Login label string | Login |
| Common.LoginDialog.Message | string | Message string pattern | Access to #FILEURL# |
| Common.LoginDialog.PasswordLabel | string | Password label string | Password |
| Common.LoginDialog.DomainLabel | string | Domain label string | Domain |
| Common.LoginDialog.Caption | string | Login dialog caption string | Login to #HOST# |
| Common.LoginDialog.Ok | string | Ok button label | Ok |
| Common.LoginDialog.Cancel | string | Cancel button label | Cancel |
SettingsWindow
| Parameter name | Type | Desciption | Default value |
|---|---|---|---|
| Common.SettingsWindow.Caption | string | Settings window caption string | Settings |
| Common.SettingsWindow.ProxyTab | string | Proxy Tab name in settings window | Proxy |
| Common.SettingsWindow.ProxyTab.TypeLabel | string | Proxy type label | Type: |
| Common.SettingsWindow.ProxyTab.HostLabel | string | Host label string on Proxy tab | Host: |
| Common.SettingsWindow.ProxyTab.PortLabel | string | Port label string on Proxy tab | Port: |
| Common.SettingsWindow.ProxyTab.LoginLabel | string | Login label string on Proxy tab | Login: |
| Common.SettingsWindow.ProxyTab.PasswordLabel | string | Password label string on Proxy tab | Password: |
| Common.SettingsWindow.ProxyTab.DomainLabel | string | Domain label string on Proxy Tab | Domain: |
| Common.SettingsWindow.ProxyTab.UseProxyLabel | string | Use proxy checkbox string | Use proxy |
| Common.SettingsWindow.ProxyTab.SavePasswordLabel | string | Save password checkbox string | Save password |
| Common.SettingsWindow.ProxyTab.UseBrowserSettings | string | Use browser settings checkbox label | Use browser settings |
PopupMenu
| Parameter name | Type | Desciption | Default value |
|---|---|---|---|
| Common.PopupMenu.Disable | boolean | It enables/disables the popup menu (on right-click) at all. | false |
| Common.PopupMenu.DisableInListArea | boolean | It determines whether JavaPowUpload should display the popup menu in the file tree. | false |
| Common.PopupMenu.DisableInThumbnailsView | boolean | It determines whether JavaPowUpload should display the popup menu in the thumbnails view panel. | false |
| Common.PopupMenu.DisableInDetailView | boolean | It determines whether JavaPowUpload should display the popup menu in the detailed view (table) panel. | false |
| Common.PopupMenu.Open | string | Label for "open" menu item. | Open |
| Common.PopupMenu.Open.Visible | boolean | Show/hide "open" menu item. | true |
| Common.PopupMenu.Check | string | Check items label | Check |
| Common.PopupMenu.Uncheck | string | Unckeck items label | Uncheck |
| Common.PopupMenu.ProxySettings | string | Proxy settings label in Popup menu | Proxy sever settings |
| Common.PopupMenu.Remove | string | Remove item label in popup menu | Remove |
| Common.PopupMenu.CheckAll | String | Name of a context menu item. This item is displayed only when the context menu is called in the "Thumbnail view" and in the "Detailed view". | Check All |
| Common.PopupMenu.UncheckAll | String | Name of a context menu item. This item is displayed only when the context menu is called in the "Thumbnail view" and in the "Detailed view". | Uncheck All |
| Common.PopupMenu.AddFolder | String | Name of a context menu item. This item is displayed only when the context menu is called in the "System file tree". | Add Folder |
| Upload.PopupMenu.UploadSelected | string | Upload selected label | Upload selected |
| Download.PopupMenu.DownloadSelected | string | Download selected label | Download selected |
BrowseDialog
| Parameter name | Type | Desciption | Default value |
|---|---|---|---|
| Common.TopArea.BrowseDialog.ApproveButton | string | OK | |
| Upload.TopArea.BrowseDialog.Title | string | Browse dialog title in the upload mode | Select files or folders |
| Download.TopArea.BrowseDialog.Title | string | Browse dialog title in the download mode | Choose destination directory |