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
moveFile
moves a selected file/folder
void
moveFile
(
string
source
,
string
target
);
Parameters
source
string
the file/folder ID (or an array of IDs in case of multiple files)
target
string
the ID of the folder where the file(s) is moved to
Example
fmanager.
moveFile
(
source
,
target
)
;
See also
Articles
Manipulating Items
Back to top