Remoto - VFS
|
Open a finder modal to select a path from the VFS. More...
#include "remoto!stdlib:js/modal/choosePathFinder/choosePathFinder.js"
Public Member Functions | |
activate (selectWhat, allowedTypes, previousPath, baseDirectory, header, options) | |
Create an encapsulated choosePathFinder object, but don't open the window yet. More... | |
getDirectory (accept, dismiss, previousPath, baseDirectory, header) | |
getFile (accept, dismiss, previousPath, baseDirectory, allowedTypes, header) | |
getModal (selectWhat, previousPath, baseDirectory, allowedTypes, header) | |
Open a finder modal to select a path from the VFS.
This is a file selector modal for browsing the VFS.
ACL rules apply when browsing.
activate | ( | selectWhat, | |
allowedTypes, | |||
previousPath, | |||
baseDirectory, | |||
header, | |||
options | |||
) |
Create an encapsulated choosePathFinder object, but don't open the window yet.
selectWhat | "file" or "directory" |
allowedTypes | |
previousPath | |
baseDirectory | |
header | |
options |
DOCME
getDirectory | ( | accept, | |
dismiss, | |||
previousPath, | |||
baseDirectory, | |||
header | |||
) |
accept | |
dismiss | |
previousPath | |
baseDirectory | |
header |
DOCME
getFile | ( | accept, | |
dismiss, | |||
previousPath, | |||
baseDirectory, | |||
allowedTypes, | |||
header | |||
) |
accept | |
dismiss | |
previousPath | |
baseDirectory | |
allowedTypes | |
header |
DOCME
getModal | ( | selectWhat, | |
previousPath, | |||
baseDirectory, | |||
allowedTypes, | |||
header | |||
) |
selectWhat | |
previousPath | |
baseDirectory | |
allowedTypes | |
header |
DOCME