From: Jani Laakso Date: Wed, 14 Nov 2007 19:18:42 +0000 (+0000) Subject: for internal builds activated tests package again. X-Git-Tag: 6.7.0.beta1~5578 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b868819e31480d16fce9562eda50c57dbdf9e5aa;p=vaadin-framework.git for internal builds activated tests package again. svn changeset:2818/svn branch:trunk --- diff --git a/WebContent/index.html b/WebContent/index.html index 7dfa3efaa4..153b109130 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -17,47 +17,60 @@

Reservr

Reservr - Business demo. + Example car reservation application. Uses Google Maps widget.

Source code: browse source
-

Colorpicker widget

+

Test Bench

- Colorpicker widget - Demonstrates how to make new widget easily with Toolkit. + TestBench + Internal test bench application for trying out different components and features of the IT Mill Toolkit

Source code: - browse source + browse TestBench folder
- -
-

TestBench

+ +
+

Feature Browser

- TestBench - Contains most new components. FIXME: will be removed from public release. + FeatureBrowser + Test bench application for trying out different components and features of the IT Mill Toolkit

Source code: - browse tests folder + browse features folder +
+ +
+

Notification Demo

+
+

+ Smaller application which demonstrates Rich Text Area widget and Window notification functionality. +

+
+ Source code: + NotificationDemo.java
+
-

Feature Browser

+

Colorpicker widget

- FeatureBrowser - Test bench application for trying out different components and features of the IT Mill Toolkit + Colorpicker widget + Demonstrates how to make new widgets easily with Toolkit. + See also documentation which is located here.

Source code: - browse features folder + browse source

Simple application demos

HelloWorld - Simple Toolkit application. + Classic Hello World example.
Calc @@ -67,17 +80,20 @@ HelloWorld.java and Calc.java
- +

Client-side caching demo

CachingDemo - Simple demo of client-side caching. + + Simple demo of Toolkit cache feature. An Tabsheet contains two tabs where second tab contains heavy server-side content processing. + For the first time you load tab2 it takes long time. Following request are lightning fast because + Toolkit server instruct client-side to use already cached version (components within tab2 have not changed).

Source code: CachingDemo.java
- + - -
-

OpenAjax Hub Conformance tests

-
-

- Performs basic OpenAjax hub conformance tests against IT Mill Toolkit. - Also demonstrates how to integrate Toolkit applications into HTML pages. -

- Note: Embedded FeatureBrowser application is the same - application instance that can be accessed as standalone application, see FeatureBrowser. -
-
- -
-

Layout demo

-
-

- This example demonstrates layouts for Tookit application. -

-

- Demonstrates how to use - com.itmill.toolkit.ui.OrderedLayout, - com.itmill.toolkit.ui.GridLayout, - com.itmill.toolkit.ui.Panel and - com.itmill.toolkit.ui.TabSheet. -

-
- Source code: - LayoutDemo.java -
- -
-

Custom layout and custom theme demo

-
-

- This example demonstrates how Toolkit interacts with HTML pages - that web designer usually creates. Shows how Toolkit UI components - are placed to HTML pages and how HTML pages are rendered within Toolkit - framework. Uses custom Example theme that extends Corporate theme. - See theme code and browse to layout directory which contains custom layout's HTML code. -

-

- Demonstrates how to create - com.itmill.toolkit.ui.CustomLayout. -

-
- Source code: - CustomLayoutDemo.java -
- Theme code: - Example theme with custom HTML layouts -
- +

Tree using QueryContainer demo

@@ -240,15 +204,6 @@ Source code: FilterSelect.java
- -
-

Modal window

-
- Example of how Modal Windows may be created using Window component. -
-
Source code: - ModalWindow.java -