Remoto - VFS: choosePathFinder Class Reference
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)
 

Detailed Description

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.

Member Function Documentation

◆ activate()

activate (   selectWhat,
  allowedTypes,
  previousPath,
  baseDirectory,
  header,
  options 
)

Create an encapsulated choosePathFinder object, but don't open the window yet.

Parameters
selectWhat"file" or "directory"
allowedTypes
previousPath
baseDirectory
header
options

DOCME

◆ getDirectory()

getDirectory (   accept,
  dismiss,
  previousPath,
  baseDirectory,
  header 
)
Parameters
accept
dismiss
previousPath
baseDirectory
header
Returns

DOCME

◆ getFile()

getFile (   accept,
  dismiss,
  previousPath,
  baseDirectory,
  allowedTypes,
  header 
)
Parameters
accept
dismiss
previousPath
baseDirectory
allowedTypes
header
Returns

DOCME

◆ getModal()

getModal (   selectWhat,
  previousPath,
  baseDirectory,
  allowedTypes,
  header 
)
Parameters
selectWhat
previousPath
baseDirectory
allowedTypes
header
Returns

DOCME


The documentation for this class was generated from the following file: