FileBrowser Class

Window used to browse files and directories on a server

Constructors

FileBrowser( parent, config )
Used to instantiate this class
parentDOM element in which to render this component
configConfiguration settings (optional). See config options for more information.

Config Options

fileService
pageSize
foldersOnly
closable
columns
renderers

Events

onDirectoryChange( dir )
onClick( item, path, row, e )
onDoubleClick( item, path, row, e )
onSelectionChange( )

Public Methods

clear( )
refresh( )
setSort( col, dir )
setDirectory( path )
Used to set the current directory and update the view
getDirectory( )
getSelectedItems( )
getGrid( )