Methods
(inner) initModalSettingsConnection() → {void}
Initialization function for the connection settings elements
- Source:
Returns:
- Type
- void
(inner) populateConnectionFrm() → {void}
Populates the connection modal
- Source:
Returns:
- Type
- void
(inner) saveConnection(target) → {void}
Saves the mpd connection settings
Parameters:
Name | Type | Description |
---|---|---|
target |
Element | triggering element |
- Source:
Returns:
- Type
- void
(inner) saveConnectionClose(obj) → {void}
Handler for the MYMPD_API_CONNECTION_SAVE jsonrpc response
Parameters:
Name | Type | Description |
---|---|---|
obj |
object | jsonrpc response |
- Source:
Returns:
- Type
- void