From 8f0cc305e56ba9bce779cb92bdaffa4072060a79 Mon Sep 17 00:00:00 2001 From: Jani Laakso Date: Tue, 6 Feb 2007 11:27:34 +0000 Subject: [PATCH] svn changeset:479/svn branch:toolkit --- WebContent/index.html | 110 +++++++++++++++++++++++------------------- 1 file changed, 60 insertions(+), 50 deletions(-) diff --git a/WebContent/index.html b/WebContent/index.html index 2228e22975..ab44f6166f 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -1,6 +1,6 @@ - IT Mill Toolkit Demo +IT Mill Toolkit Demo @@ -10,65 +10,75 @@ - +
-

Feature Browser

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Autodetected modeLet Toolkit automatically select best user interface -technology.
AJAX modeForce AJAX-based user interface technology.
AJAX mode with debugAs above but with developer debug window
HTML modeForce compatible (non-AJAX) user interface technology.
HTML mode with -debugAs above but with developer debug window
Open -sources folder
+
+

Feature Browser

+ + + + + + + + + + + + + + + + +
Autodetected modeUse AJAX if supported by browser, then fallback to HTML + mode.
AJAX modeSelect AJAX-based technology mode.
HTML modeSelect page based request/response technology mode.

IT Mill Toolkit Sample Code

- + + + - + + +
-

Hello World

- -
+

Hello World

+ + + + + + + + + +
Autodetected modeUse AJAX if supported by browser, then fallback to HTML + mode.
Source + codeSee source code how an simple Toolkit application is + created.
+
-

Calculator

- -
+

Calculator

+ +
+

Notes

+ + + + + +
IT Mill recommends firebug + for web development, Toolkit supports it.
+ - \ No newline at end of file + -- 2.39.5