KaxFileBrowser Properties |
The KaxFileBrowser type exposes the following members.
Name | Description | |
---|---|---|
![]() |
AccessKey |
Specifies an access key to enable keyboard navigation for the File Explorer control
(Overrides KaxWebControl.AccessKey.) |
![]() |
AllowPaging |
When set to true, this property will enable paging in the File Explorer's Grid component.
|
![]() |
Configuration |
Contains the FileBrowser configuration (paths, content provider type, etc.).
|
![]() |
CurrentFolder |
Returns the currently selected node in the tree. This property is useful during postbacks.
|
![]() |
DisplayUpFolderItem |
Gets or sets a value indicating whether to show the up one folder (..) item in the grid if available.
|
![]() |
EnableCopy |
Gets or sets a value indicating whether to allow copying of files/folders
|
![]() |
EnableCreateNewFolder |
Gets or sets a value indicating whether to allow creating new folders
|
![]() |
EnableOpenFile |
Gets or sets a value indicating whether to allow opening a new window with the file
|
![]() |
ExplorerMode |
Gets or sets the current FileBrowserMode (e.g. default, show files in the tree, etc.)
|
![]() |
Grid |
Gets a reference to the grid, which shows on the right of the file explorer control.
|
![]() |
GridContextMenu |
Gets a reference to the context menu, which shows when the user right-clicks the grid control
|
![]() |
Height |
Gets or sets the height of the Web server control.
(Overrides KaxWebControl.Height.) |
![]() |
InitialPath |
Gets or sets the initial path that will be shown in the file explorer control.
|
![]() |
Language |
Gets or sets a string containing the localization language for the File Explorer UI
|
![]() |
Localization | |
![]() |
LocalizationPath |
Gets or sets a value indicating where the control will look for its .resx localization files.
By default these files should be in the App_GlobalResources folder. However, if you cannot put
the resource files in the default location or .resx files compilation is disabled for some reason
(e.g. in a DotNetNuke environment), this property should be set to the location of the resource files.
|
![]() |
OnClientCopy |
The name of the javascript function called when the user tries to copy a file or folder.
|
![]() |
OnClientCreateNewFolder |
The name of the javascript function called when the user tries to create a new folder.
|
![]() |
OnClientDelete |
The name of the javascript function called when the user tries to delete a file.
|
![]() |
OnClientFileOpen |
The name of the javascript function called when an item is double clicked in the grid.
|
![]() |
OnClientFolderChange |
The name of the javascript function called when the the selected folder in the tree changes.
|
![]() |
OnClientFolderLoaded |
The name of the javascript function called when a folder is loaded in the grid.
|
![]() |
OnClientInit |
The name of the javascript function called before the control loads in the browser.
|
![]() |
OnClientItemSelected |
The name of the javascript function called when the user selects an item in the explorer.
|
![]() |
OnClientLoad |
The name of the javascript function called when the control loads in the browser.
|
![]() |
OnClientMove |
The name of the javascript function called when the user tries to rename/move a file or folder.
|
![]() |
PageSize |
Gets or sets the current PageSize of the grid
|
![]() |
Skin |
Specifies the skin that will be used by the control
(Overrides KaxWebControl.Skin.) |
![]() |
Splitter |
Gets a reference to the splitter component in the file explorer
|
![]() |
ToolBar |
Gets a reference to the toolbar, which shows on the top of the file explorer control.
|
![]() |
TreePaneWidth |
Gets or sets the width of the file explorer's tree pane
|
![]() |
TreeView |
Gets a reference to the tree, which shows on the left of the file explorer control.
|
![]() |
Upload |
Gets a reference to the upload component, which shows inside a popup window when the user wants to upload files.
![]() If you want to set the allowed file types or max upload file size, please use the Configuration property |
![]() |
VisibleControls | |
![]() |
Width |
Gets or sets the width of the Web server control.
(Overrides KaxWebControl.Width.) |
![]() |
WindowManager |
Gets a reference to the window component, which shows the upload popup and the alert/confirmation dialogs.
|