Me
Categories
Literary

Entries in GWT (2)

Wednesday
Mar232011

Building an Idea Bank app using Google Apps Script

Building a GUI based app using Google Apps Scripting is very simple. Just need to have a very basic understanding of how Google Web Toolkit (GWT) works. For this app we used the

 

  1. Spreadsheet Services in Google Apps Scripting; and
  2. UI Services. 

 

UI Services are based on GWT, so it is good to have a basic understanding of the framework. The following is the code to create your own Idea Bank application in Google Sites. A real live working example is available here

 

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.