I'm using 

SpreadsheetApp.getUi().showModalDialog(html, 'Some Title');

to present some html from a Sheets script. Is there any way that I can put 
jquery calls in it? It seems to disallow any <script> tags but attaching 
core javascript calls (like alert() or 
this.nextSibling.style.backgroundColor="green") to element events (like 
onclick) works.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Spreadsheets API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to