I have a spreadsheet feeding data into a list page in a Google Site. I would like for users to be able to manage this data directly from the list page.
Is it possible to use the PopupPanel in the UiApp service (or some other similar method) to achieve this?
Currently the script that populates the list page creates a URL to call another script with the UI code, but it always opens in a new browser window. I haven't been able to find any examples out there on how to get the UI to open in the parent window (the list page).
This is probably a pretty rudimentary task, but I'd appreciate any guidance on where to go with this one.