Class: defaultTitlesPopup

defaultTitlesPopup(event, playlist, titles, location, client, doc)

Class Representing popup dialogue for changing playlists defualt titles

Constructor

new defaultTitlesPopup(event, playlist, titles, location, client, doc)

Instantiates a new Default Titles Popup
Parameters:
Name Type Description
event Event Event passed down from Event Listener
playlist String Playlist name
titles String List of titles, denoted by newlines
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:

titles

Array of titles to set
Source:

Methods

asyncConstructor()

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

changeDefaultTitles(event)

Handles sending request to change default titles of playlist to the server
Parameters:
Name Type Description
event Event Event passed down from Event Listener
Source:

setupInput()

Defines input-related Event Handlers
Source: