Class: addURLPopup

addURLPopup(event, playlist, location, client, doc)

Class representing pop-up dialogue which adds media to a given playlist

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
Source:

Members

client

Parent Client Management Object
Source:

location

Location of playlist, either Channel or User
Source:

playlist

Playlist Name
Source:
canopyUXUtils.popup() object
Source:

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
Source:

asyncConstructor()

Continuation of object construction, called after child popup object construction
Source:

setupInput()

Defines input-related Event Handlers
Source: