Google Apps Script by James Ferreira

Google Apps Script by James Ferreira

Author:James Ferreira
Language: eng
Format: epub, pdf
ISBN: 9781491946183
Publisher: O’Reilly Media, Inc.
Published: 2014-06-15T00:00:00+00:00


Main Panel

Figure 7-2 shows the skeletal layout of the application. At the very bottom of the stack there will be a vertical panel to hold everything and give you a reference point to call on if you need access to certain elements.

Figure 7-2. Drawing the application saves time and helps show you what will fit

Add the vertical panel to app, thus creating your application canvas:

var mainPanel = app.createVerticalPanel(); app.add(mainPanel);

Headers Grid

The topmost element in the application is a header that contains three areas: the logo, the search function, and buttons to control the application. These options will always be available to the user, but the context of the buttons will change depending on the current view. While there are only three areas, nesting widgets will give the application the flexibility it needs.

Add a one-row, three-column grid to the main panel:



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.