Remoto - VFS
|
Open a modal to select a path from the VFS. More...
#include "remoto!stdlib:js/modal/choosePath/choosePath.js"
Public Member Functions | |
activate (selectWhat, sourceOrDestination, allowedTypes, previousPath, baseDirectory, header) | |
Create an encapsulated choosePath object, but don't open the window yet. More... | |
getDirectory (accept, dismiss, previousPath, baseDirectory, header) | |
getFile (accept, dismiss, previousPath, baseDirectory, allowedTypes, sourceOrDestination, header) | |
getModal (selectWhat, previousPath, baseDirectory, allowedTypes, sourceOrDestination, header) | |
Open a 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, | |
sourceOrDestination, | |||
allowedTypes, | |||
previousPath, | |||
baseDirectory, | |||
header | |||
) |
Create an encapsulated choosePath object, but don't open the window yet.
selectWhat | |
sourceOrDestination | |
allowedTypes | |
previousPath | |
baseDirectory | |
header |
DOCME
getDirectory | ( | accept, | |
dismiss, | |||
previousPath, | |||
baseDirectory, | |||
header | |||
) |
accept | |
dismiss | |
previousPath | |
baseDirectory | |
header |
DOCME
getFile | ( | accept, | |
dismiss, | |||
previousPath, | |||
baseDirectory, | |||
allowedTypes, | |||
sourceOrDestination, | |||
header | |||
) |
accept | |
dismiss | |
previousPath | |
baseDirectory | |
allowedTypes | |
sourceOrDestination | |
header |
DOCME
getModal | ( | selectWhat, | |
previousPath, | |||
baseDirectory, | |||
allowedTypes, | |||
sourceOrDestination, | |||
header | |||
) |
selectWhat | |
previousPath | |
baseDirectory | |
allowedTypes | |
sourceOrDestination | |
header |
DOCME