You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ReservationWidgetSet.gwt.xml 1.1KB

1234567891011121314151617181920212223242526272829
  1. <module>
  2. <!-- Inherit DefaultWidgetSet -->
  3. <inherits name="com.itmill.toolkit.terminal.gwt.DefaultWidgetSet" />
  4. <!-- The googlemaps_gwt module -->
  5. <inherits name="com.google.gwt.maps.GoogleMaps" />
  6. <!-- WidgetSet default theme -->
  7. <stylesheet src="reservr/styles.css"/>
  8. <!--
  9. Google Maps needs an API key if you're not running this demo on "localhost".
  10. You can get a Google Maps API key here:
  11. http://www.google.com/apis/maps/signup.html
  12. Append your Google Maps API key to the src -attribute below, like so:
  13. src="http://maps.google.com/maps?gwt=1&amp;file=api&amp;v=2.x&key=XXXXXXXX"
  14. where the X:s represent your key.
  15. -->
  16. <!-- Works w/o key for localhost:
  17. <script src="http://maps.google.com/maps?gwt=1&amp;file=api&amp;v=2.x" />
  18. -->
  19. <!-- Using key for http://toolkit.itmill.com: -->
  20. <script src="http://maps.google.com/maps?gwt=1&amp;file=api&amp;v=2.x&amp;key=ABQIAAAA4q5gw_y_N1Anvvn1KqbLwRTHuC2ERVOT66iQW8-FqpCQQUlHqBTZ0rGKdlKh9fxQOKN87TCwVNlIXQ" />
  21. <!-- Entry point -->
  22. <entry-point class="com.itmill.toolkit.demo.reservation.gwt.client.ReservationWidgetSet"/>
  23. </module>