Module: Browse_js

Methods

(inner) gotoAlbum(albumId) → {void}

Go's to the album detail view
Parameters:
Name Type Description
albumId string the album id
Source:
Returns:
Type
void

(inner) gotoAlbumList(tag, value) → {void}

Go's to a filtered album list
Parameters:
Name Type Description
tag string tag to search
value Array array of values to match
Source:
Returns:
Type
void

(inner) gotoBrowse(event) → {void}

Event handler for links to browse views
Parameters:
Name Type Description
event event triggering event
Source:
Returns:
Type
void

(inner) gotoFilesystem(uri, type) → {void}

Go's to the filesystem view
Parameters:
Name Type Description
uri string uri to list
type string "dir" or "plist"
Source:
Returns:
Type
void

(inner) gotoSearch(tag, value) → {void}

Go's to the search view
Parameters:
Name Type Description
tag string tag to search
value string | Array value to search
Source:
Returns:
Type
void

(inner) initBrowse() → {void}

Initialization function for the browse view
Source:
Returns:
Type
void

(inner) navBrowseHandler(event) → {void}

Event handler for the navigation dropdown in the browse views
Parameters:
Name Type Description
event event triggering event
Source:
Returns:
Type
void