Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 488 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 488 Bytes

Google Apps Script Snippets

Snippets you can use when writing your own Google Apps Scripts.

Note

Google Apps Script isn't going to take a *.js file. Just copy and paste what you need.

Scripts

ModifyExistingUI.js

Shows you how to modify the contents of an existing UiApp instance by adding or removing controls while the app is being displayed.

With a little planning, you can make modular UI by adding content to a particular container at run time.