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 |
Members
client
Parent Client Management Object
location
Location of playlist, either Channel or User
playlist
Playlist Name
popup
canopyUXUtils.popup() object
titles
Array of titles to set
Methods
asyncConstructor()
Continuation of object construction, called after child popup object construction
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 |
setupInput()
Defines input-related Event Handlers