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.

ColorPickerWidgetSet.gwt.xml 327B

1234567891011
  1. <module>
  2. <!-- Inherit DefaultWidgetSet -->
  3. <inherits name="com.itmill.toolkit.terminal.gwt.DefaultWidgetSet" />
  4. <!-- WidgetSet default theme -->
  5. <stylesheet src="colorpicker/styles.css"/>
  6. <!-- Entry point -->
  7. <entry-point class="com.itmill.toolkit.demo.colorpicker.gwt.client.ColorPickerWidgetSet"/>
  8. </module>