summaryrefslogtreecommitdiffstats
path: root/WebContent/index.html
diff options
context:
space:
mode:
authorJani Laakso <jani.laakso@itmill.com>2007-04-24 12:38:34 +0000
committerJani Laakso <jani.laakso@itmill.com>2007-04-24 12:38:34 +0000
commit3810818a86ea77f3405fa975480cb847bd4a6a13 (patch)
tree70799bbf05ef1ed5358878d3481da786c6b4783b /WebContent/index.html
parent0a663540bb99d7d1988754ca47ffad3babd15e76 (diff)
downloadvaadin-framework-3810818a86ea77f3405fa975480cb847bd4a6a13.tar.gz
vaadin-framework-3810818a86ea77f3405fa975480cb847bd4a6a13.zip
Added selectdemo back to trunk: major issues fixed.
svn changeset:1315/svn branch:trunk
Diffstat (limited to 'WebContent/index.html')
-rw-r--r--WebContent/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/WebContent/index.html b/WebContent/index.html
index 3e3c038125..4c4a5abc5d 100644
--- a/WebContent/index.html
+++ b/WebContent/index.html
@@ -11,6 +11,7 @@
<div id="toolkit"></div>
+
<div class="feature-browser">
<h4>Feature Browser</h4>
<div class="option">
@@ -180,6 +181,19 @@
</div>
<div class="feature-browser">
+ <h3><a href="SelectDemo?renderingMode=ajax">Select demo</a></h3>
+ <div class="option">
+ <p>
+ This example shows select component with default and lazy loading functionality enabled (a.k.a Google Suggest).
+ Click to first select component and type few letters using your keyboard to see it in action.
+ Second select component has default functionality.
+ </p>
+ </div>
+ Source code:
+ <span class="link"><a href="src/com/itmill/toolkit/demo/SelectDemo.java.html">SelectDemo.java</a></span>
+ </div>
+
+ <div class="feature-browser">
<h3><a href="FilterSelect?renderingMode=ajax">FilterSelect demo</a></h3>
<div class="option">
<p>