Methods
(inner) gotoAlbum(albumId) → {void}
Go's to the album detail view
Parameters:
Name | Type | Description |
---|---|---|
albumId |
string | the album id |
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 |
Returns:
- Type
- void
(inner) gotoBrowse(event) → {void}
Event handler for links to browse views
Parameters:
Name | Type | Description |
---|---|---|
event |
event | triggering event |
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" |
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 |
Returns:
- Type
- void
(inner) initBrowse() → {void}
Initialization function for the browse view
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 |
Returns:
- Type
- void