Constructor
new addURLPopup(event, playlist, location, client, doc)
Instantiates a new Add URL Pop-up
Parameters:
| Name | Type | Description |
|---|---|---|
event |
Event | Event passed down from Event Listener |
playlist |
String | Playlist name |
location |
String | Location of playlist, either Channel or User |
client |
channel | Parent Client Management Object |
doc |
Document | Current owner documnet of the panel, so we know where to drop our pop-up |
Members
client
Parent Client Management Object
location
Location of playlist, either Channel or User
playlist
Playlist Name
popup
canopyUXUtils.popup() object
Methods
addToPlaylist(event)
Handles sending request to add to a playlist to the server
Parameters:
| Name | Type | Description |
|---|---|---|
event |
Event | Event passed down from Event Listener |
asyncConstructor()
Continuation of object construction, called after child popup object construction
setupInput()
Defines input-related Event Handlers