Search results

FileManagerSettingsModel API in JavaScript (ES5) RichTextEditor API control

Interface for a class FileManagerSettings

Properties

beforeSend

EmitType<BeforeSendEventArgs>

Event triggers before sending the AJAX request to the server. Set the cancel argument to true to cancel the request.

ajaxSettings

AjaxSettingsModel

Specifies the AJAX settings of the file manager.

allowDragAndDrop

boolean

Enables or disables drag-and-drop of files.

contextMenuSettings

ContextMenuSettingsModel

Specifies the context menu settings of the file manager.

cssClass

string

Specifies the root CSS class of the file manager that allows you to customize the appearance by overriding the styles.

detailsViewSettings

DetailsViewSettingsModel

Specifies the details view settings of the file manager.

enable

boolean

Specifies whether to enable the file manager in RichTextEditor.

Specifies the navigation pane settings of the file manager.

path

string

Specifies the current path of the file manager.

rootAliasName

string

Specifies the root folder alias name in file manager

searchSettings

SearchSettingsModel

Specifies the search settings of the file manager.

showFileExtension

boolean

Shows or hides the file extension in file manager.

showHiddenItems

boolean

Shows or hides the files and folders that are marked as hidden.

showThumbnail

boolean

Shows or hides the thumbnail images in large icons view.

sortOrder

SortOrder

Specifies a value that indicates whether the folders and files are sorted in the ascending or descending order, or they are not sorted at all. The available types of sort orders are, None - Indicates that the folders and files are not sorted. Ascending - Indicates that the folders and files are sorted in the ascending order. Descending - Indicates that the folders and files are sorted in the descending order.

toolbarSettings

FileToolbarSettingsModel

Specifies the group of items aligned horizontally in the toolbar.

uploadSettings

UploadSettingsModel

Specifies the upload settings for the file manager.

view

ViewType

Specifies the initial view of the file manager. With the help of this property, initial view can be changed to details or largeicons view. The available views are:

  • LargeIcons
  • Details