December 2013
Beginner to intermediate
222 pages
5h 13m
English
The purpose of the dashboard view is to give event organizers and volunteers an “at-a-glance” view of the most pertinent information regarding their event, with links to get to where they need to go. This will be their starting place when they come to work on their event.
We’ll discuss the design more as we go along, but to get started, create an empty file called TekDays/grails-app/views/dashboard/dashboard.gsp, and add the following code:
| bigger.2/TekDays/grails-app/views/dashboard/dashboard.gsp | |
| | <html> |
| | <head> |
| | <title>TekDays - Dashboard</title> |
| | <meta name="layout" content="main" /> |
| | </head> |
| | <body> |
| | </body> |
| | </html> |
This page will have a good amount of content in it, so in order ...
Read now
Unlock full access