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.

SamplerWidgetSet.gwt.xml 495B

123456789101112131415161718
  1. <module>
  2. <!-- Inherit the DefaultWidgetSet -->
  3. <inherits name="com.itmill.toolkit.terminal.gwt.DefaultWidgetSet" />
  4. <!-- WidgetSet default theme -->
  5. <stylesheet src="sampler/styles.css"/>
  6. <!-- Tracker -->
  7. <script src="http://www.google-analytics.com/ga.js" />
  8. <!-- Prettify -->
  9. <stylesheet src="prettify/prettify.css"/>
  10. <script src="prettify/prettify.js" />
  11. <!-- Entry point -->
  12. <entry-point class="com.itmill.toolkit.demo.sampler.gwt.client.SamplerWidgetSet"/>
  13. </module>