vaadin-framework/WebContent/VAADIN
Jouni Koivuviita 7598b2b7c9 * Fixed link style for Reindeer (no double-underline)
* Changed application cursor to "default", not only text inputs get the cursor: text; treatment (more application like, not webpage).

svn changeset:9960/svn branch:6.2
2009-11-23 14:32:05 +00:00
..
themes * Fixed link style for Reindeer (no double-underline) 2009-11-23 14:32:05 +00:00
readme.txt #2904 Toolkit -> Vaadin renames: search for "IT Mill" and "itmill", partial changes including many URLs 2009-05-18 09:17:56 +00:00

======================
Themes and Widget Sets
======================

The WebContent/VAADIN directory contains Themes and Widgetsets.

------
Themes
------

Themes may be edited freely. They contain static images, CSS,
and layouts for Vaadin applications.

---------------------------
Building Custom Widget Sets
---------------------------
The 'widgetsets' directory is generated automatically, so we suggest that you
do not edit it. You can rebuild the widgetsets directory by running the
command below in the top project directory:

  ant -f build-widgetsets.xml

See build-widgetsets.xml, com.vaadin.demo.colorpicker package, and the
Reference Manual for more information regarding widget sets.

---------------------------
Vaadin Development
---------------------------
When developing the Vaadin Library itself, change to "build" directory and
run "ant widgetsets" to compile all widgetsets or "ant widgetset-default",
"ant-widgetset-reserver", or "ant widgetset-colorpicker" to compile individual
widgetsets. You must have GWT installed under build/gwt, under the proper
platform directory.

See http://dev.vaadin.com/wiki/DevDocs/StartingDevelopment for instructions for
installing GWT and compiling widgetsets for Vaadin development.