From: Joonas Lehtinen Date: Tue, 17 Jul 2007 11:33:27 +0000 (+0000) Subject: Correcting the urls in examples index.html X-Git-Tag: 6.7.0.beta1~6163 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=28696d457c94797ef684dade64e2116f1b0da02e;p=vaadin-framework.git Correcting the urls in examples index.html svn changeset:1869/svn branch:trunk --- diff --git a/WebContent/index.html b/WebContent/index.html index 754f38fdbd..b0a4b30cab 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -15,16 +15,8 @@

Feature Browser

- Autodetected mode - Use AJAX if supported by browser, otherwise fallback to HTML mode -
-
- AJAX mode - Select AJAX-based technology mode -
-
- HTML mode - Select page based request/response technology mode + FeatureBrowser + Test bench application for trying out different components and features of the IT Mill Toolkit

Source code: browse features folder @@ -33,11 +25,11 @@

Simple application demos

- HelloWorld + HelloWorld Simple Toolkit application.
- Calc + Calc Simple Toolkit application where events are used.

Source code: @@ -46,7 +38,7 @@
-

Long lifecycle of Toolkit applications

+

Long lifecycle of Toolkit applications

Demonstrates sample Millstone application that was ajaxified (upgraded to Toolkit 4.0.0) @@ -74,7 +66,7 @@

-

Layout demo

+

Layout demo

This example demonstrates layouts for Tookit application. @@ -92,7 +84,7 @@

-

Custom layout and custom theme demo

+

Custom layout and custom theme demo

This example demonstrates how Toolkit interacts with HTML pages @@ -114,7 +106,7 @@

-

Tree using QueryContainer demo

+

Tree using QueryContainer demo

This example shows how Table, Select and Tree UI components can use Containers. @@ -133,7 +125,7 @@

-

Table demo

+

Table demo

Similar to Tree using QueryContainer demo but uses different style @@ -149,7 +141,7 @@

-

Tree using FilesystemContainer demo

+

Tree using FilesystemContainer demo

Browsable file explorer using Toolkit Tree component. @@ -166,7 +158,7 @@

-

Tree item handling demo

+

Tree item handling demo

Browsable file explorer using Toolkit Tree component. @@ -182,7 +174,7 @@

-

Select demo

+

Select demo

This example shows select component with default and lazy loading functionality enabled (a.k.a Google Suggest). @@ -195,7 +187,7 @@

-

FilterSelect demo

+

FilterSelect demo

This example shows three select components with lazy loading functionality enabled. @@ -208,7 +200,7 @@

-

Modal window

+

Modal window

Example of how Modal Windows may be created using Window component.
@@ -217,7 +209,7 @@
-

Keyboard events demo

+

Keyboard events demo

Contains few Toolkit UI components that can be interacted by pressing keys in keyboard. Note: This feature is under development and is considered as beta. @@ -227,7 +219,7 @@
-

URI and Parameter handling demo

+

URI and Parameter handling demo

This is a demonstration of how URL parameters can be received and handled. Parameters and URL:s can be received trough the windows by registering @@ -238,7 +230,7 @@
-

Buffered UI components demo

+

Buffered UI components demo

Explains how to use buffering with UI components, and how to perform commit and discard functions. With buffered UI components underlying data objects and UI objects have separate states.