animate | defines the configuration of view change animation or disables it |
borderless | used to hide the component borders |
container | an HTML container (or its ID) where the component should be initialized |
css | the name of the CSS class that will be applied to the view container or the object with styles |
data | JavaScript array containing data for the component |
datathrottle | sets the polling interval (the time period between the completion of a network request and the next request for data) |
datatype | the type of loaded data |
disabled | indicates whether an item is enabled |
disabledHistory | disables the tracking history ("false" by default) |
filterMode | defines the pattern for tree item filtering |
gravity | sets the view gravity |
handlers | specifies the collection of server scripts for action handling |
height | sets the height of the component |
hidden | defines whether the view will be hidden initially |
icons | defines icons for File Manager |
id | the ID of a widget |
legacyUploader | defines that a legacy file uploader will be used |
maxHeight | sets the maximum height for the view |
maxWidth | sets the maximum width for the view |
menuFilter | filters menu items before showing a menu on the page |
minHeight | sets the minimal height for the view |
minWidth | sets the minimal width for the view |
mode | defines the id of the initially selected mode ("table" by default) |
modes | specifies an array of modes in the File view |
noFileCache | defines whether caching is enabled |
on | allows attaching custom handlers to inner events of the component |
padding | defines the space between the element borders and content (applies the specified value to all sides). |
paddingX | sets the right and left padding (applies the specified value to both sides) |
paddingY | sets the top and bottom padding (applies the specified value to both sides) |
readonly | sets File Manager into readonly mode ("false" by default) |
ready | the event handler is called just after the component has been completely initialized |
removeMissed | defines how to treat items in case of reloading |
save | defines URLs for data saving |
scheme | defines schemes for data processing |
structure | sets the configuration of File Manager views |
templateCreate | defines the template for a newly created folder |
templateDate | defines a template applied for the format of folder/file's date of modification |
templateIcon | a customizable template for icons in "Files" and "Table" view modes |
templateName | defines a template applied for the folder/file's name |
templateSize | defines the template applied for the file size |
templateType | specifies the template applied for the type of a file |
type | defines the layout borders |
uploadProgress | defines an object with configuration of progress bar that appears during the upload |
url | the URL which the component will use to load data after its initialization |
width | sets the width of a widget |