aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/index.html
diff options
context:
space:
mode:
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>2007-01-15 12:09:48 +0000
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>2007-01-15 12:09:48 +0000
commit798fbd54c035d03c2e690f71c111d83b9fda8242 (patch)
tree6710f9d7848e4960458134e119c6a50d4e1e6877 /WebContent/index.html
parent3606abd32e92c67bb8aaac47ba240d5b7d9080e1 (diff)
downloadvaadin-framework-798fbd54c035d03c2e690f71c111d83b9fda8242.tar.gz
vaadin-framework-798fbd54c035d03c2e690f71c111d83b9fda8242.zip
Fixes #183
svn changeset:263/svn branch:toolkit
Diffstat (limited to 'WebContent/index.html')
-rw-r--r--WebContent/index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/WebContent/index.html b/WebContent/index.html
index 6fa19c5e43..2228e22975 100644
--- a/WebContent/index.html
+++ b/WebContent/index.html
@@ -19,20 +19,20 @@
technology.</td>
</tr>
<tr>
- <td><a href="features/?renderingMode=uidl">AJAX mode</a></td>
+ <td><a href="features/?renderingMode=ajax">AJAX mode</a></td>
<td>Force AJAX-based user interface technology.</td>
</tr>
<tr>
- <td><a href="features/?renderingMode=uidl&debug=true">AJAX mode with debug</a></td>
+ <td><a href="features/?renderingMode=ajax&debug=true">AJAX mode with debug</a></td>
<td>As above but with developer debug window</td>
</tr>
<tr>
- <td><a href="features/?renderingMode=xslt">Compatible mode</a></td>
+ <td><a href="features/?renderingMode=html">HTML mode</a></td>
<td>Force compatible (non-AJAX) user interface technology.</td>
</tr>
<tr>
<td><a
-href="features/?renderingMode=xslt&debug=true">Compatible mode with
+href="features/?renderingMode=html&debug=true">HTML mode with
debug</a></td>
<td>As above but with developer debug window</td>
</tr>
@@ -53,7 +53,7 @@ sources folder</a></td>
<tr><td>
<h2>Hello World</h2>
<ul>
- <li><a href="hello/">Autodetected mode</a></li>
+ <li><a href="hello/">HelloWorld application (Autodetected rendering mode)</a></li>
<li><a href="src/com/itmill/toolkit/demo/HelloWorld.java">Source</li>
</ul>
</td></tr>
@@ -61,7 +61,7 @@ sources folder</a></td>
<tr><td>
<h2>Calculator</h2>
<ul>
- <li><a href="calc/">Autodetected mode</a></li>
+ <li><a href="calc/">Calc application (Autodetected rendering mode)</a></li>
<li><a href="src/com/itmill/toolkit/demo/Calc.java">Source</li>
</ul>
</td></tr>