add | adds an item to the store |
adjust | adjusts the component to the size of the parent HTML container |
attachEvent | attaches the handler to an inner event of the component |
bind | binds components |
blockEvent | temporarily blocks triggering of ALL events of the calling object |
callEvent | calls an inner event |
clearAll | removes all items from the component |
copy | makes a copy of an item |
copyFile | copies a selected file/folder |
count | returns the number of currently visible items |
createFolder | creates a new folder |
define | redefines a single configuration property (or a hash of properties) |
deleteFile | deletes items by their ids |
destructor | destroy datastore |
detachEvent | detaches a handler from an event (which was attached before by the attachEvent method) |
disable | disables the calling view (makes it dimmed and unclickable) |
download | downloads a selected file |
editFile | opens editor for a certain item in the active view (Tree or Files view) |
enable | enables the calling view that was disabled by the 'disable' method |
exists | checks whether an item with the specified id exists |
filter | filters the component |
find | returns all rows that match the criterion, or only the first one |
getActive | gets ids of active items |
getActiveView | gets the reference to the active view (Tree or Files view) |
getBranchIndex | gets index of the node in a specific branch |
getChildViews | returns child views of the calling component |
getCurrentFolder | gets the name of the folder selected in Tree |
getFirstChildId | gets the ID of the first child of the specified branch |
getFirstId | returns the ID of the first item |
getFormView | returns master form for the input |
getIdByIndex | returns the id of the item with the specified index |
getIndexById | returns the index of the item with the specified id |
getItem | gets the object of the data item with the specified id |
getLastId | returns the id of the last item |
getMenu | gets the popup menu object |
getNextId | returns the ID of an item which is positioned the specified step after the specified item |
getNextSiblingId | returns the id of the next sibling of the specified node |
getNode | returns the main HTML container for the calling object |
getParentId | get the ID of the parent node of the specified item |
getParentView | returns the parent view of the component |
getPath | gets an array of folders' ids in a path |
getPathNames | gets an array of folders' names in a path |
getPrevId | returns the ID of an item which is positioned the specified step before the specified item |
getPrevSiblingId | returns the id of the previous sibling of the specified node |
getSearchData | gets an array of items (files, folders) that contain text in their names |
getSelectedFile | gets a string or an array with file (folder) name(s) selected in the "table" view |
getTopParentView | returns top parent view |
getUploader | gets the uploader object |
goBack | goes back in the navigation history |
goForward | goes forward in the navigation history |
hasEvent | checks whether the component has the specified event |
hide | hides the view |
hideProgress | hides a progress bar/icon |
hideSearchResults | hides search results |
hideTree | hides the Tree panel |
innerId | returns the inner ID of an item by its public (real) ID |
isBranch | checks whether the node has any children |
isEnabled | checks whether the view is enabled |
isVisible | checks whether the view is visible |
levelUp | selects the parent folder |
load | loads data from an external data source |
loadBranch | loads data to the specified branch, as direct children of the node with the ID provided |
loadNext | sends a request to load the specified number of records to the end of the client-side dataset or to the specified position |
mapEvent | routes events from one object to another |
markCopy | preselectes files/folders for the Copy operation |
markCut | preselectes files/folders for the Move operation |
move | moves the specified item to a new position |
moveFile | moves a selected file/folder |
openFolders | opens folders in case of dynamic loading |
parse | loads data to the component from an inline data source |
pasteFile | pastes files/folders that were selected for copying or moving |
queryView | returns inner element/elements of a widget that correspond(s) to the defined parameters |
refresh | repaints the whole view or a certain item |
remove | removes the specified item/items from datastore |
renameFile | renames a folder/a file |
resize | adjusts the view to a new size |
setDefaultHandlers | sets a common script for action handling |
setPath | selects a certain folder and sets path values for it |
show | makes the component visible |
showProgress | displays a progress bar/ progress icon |
showSearchResults | searches text and displays results on the screen |
showTree | shows the Tree panel |
sort | sorts datastore |
sync | allows syncing two copies of data (all or just a part of it) from one DataCollection to another |
ui | allows creating new ui, the id of which will be locked in the parent id space |
unbind | breaks "bind" link |
unblockEvent | cancels events blocking that was enabled by the 'blockEvent' command |
updateItem | updates the data item with new properties |
uploadFile | opens the file upload dialog |
waitSave | allows to catch the moment when a data operation was saved to the server |