Me on twitter
Categories
Literary

Entries in Google Docs Collection (3)

Monday
Mar212011

Displaying the Contents of a Google Docs Collection using the Tree UI Widget in Google Apps Script

The following script can be used to generate a tree view of a Google Docs Collection in Google Sites on the fly. Very useful for displaying contents of large Google Docs Collection on a Google Sites page.

Saturday
Mar122011

Google Apps Script File Upload UI Service Demo

In this script, we will use the Google spreadsheet to keep track of files uploaded to Google Sites' File Cabinets. There are four parts to this script:

 

  1. Creating a File Upload form using the Google Apps script UIApp and the FileUpload UI
  2. Adding a button to invoke the form from the Google Spreadsheet File Menu
  3. Using the Sites Service to store the uploaded file to the Google Sites' File Cabinet
  4. Using the Spreadsheet Service to save the URL to the Uploaded File in the active spreadsheet cell.

 

 

 

Wednesday
Mar092011

Display the contents of a Google Docs Collection on a Google Sites page

The following easy-to-use Google Apps Script will display the contents of an entire Google Docs Collection in a tree format on a Google Sites Page. You just need to modify the first four lines of code to tailor it for your domain and it to your Google Site