cisco-ce / guido

UI helper libraries for Cisco Webex video devices
4 stars 1 forks source link

Dont require panel id for panel save #10

Open tbjolset opened 2 years ago

tbjolset commented 2 years ago

change ui.panelSave('youtube', webApp);

to webApp = Config(Panel({ panelId: 'youtube }, .... ui.panelSave(webApp, optionalId), where panel id is read from panel if not explicity given