Samples
Forum
Services
Documentation
add
adjust
attachEvent
bind
blockEvent
callEvent
clearAll
copy
copyFile
count
createFolder
define
deleteFile
destructor
detachEvent
disable
download
editFile
enable
exists
filter
find
getActive
getActiveView
getBranchIndex
getChildViews
getCurrentFolder
getFirstChildId
getFirstId
getFormView
getIdByIndex
getIndexById
getItem
getLastId
getMenu
getNextId
getNextSiblingId
getNode
getParentId
getParentView
getPath
getPathNames
getPrevId
getPrevSiblingId
getSearchData
getSelectedFile
getTopParentView
getUploader
goBack
goForward
hasEvent
hide
hideProgress
hideSearchResults
hideTree
innerId
isBranch
isEnabled
isVisible
levelUp
load
loadBranch
loadNext
mapEvent
markCopy
markCut
move
moveFile
openFolders
parse
pasteFile
queryView
refresh
remove
renameFile
resize
setDefaultHandlers
setPath
show
showProgress
showSearchResults
showTree
sort
sync
ui
unbind
unblockEvent
updateItem
uploadFile
waitSave
Start
API Reference
ui.filemanager
Methods
setPath
selects a certain folder and sets path values for it
void
setPath
(
string
id
);
Parameters
id
string
the folder ID
Example
fmanager.
setPath
(
id
)
;
See also
API
onPathComplete
onPathLevel
Articles
File Manager Structure
Back to top