summaryrefslogtreecommitdiffstats
path: root/WebContent/index.html
diff options
context:
space:
mode:
authorJani Laakso <jani.laakso@itmill.com>2007-04-24 12:48:32 +0000
committerJani Laakso <jani.laakso@itmill.com>2007-04-24 12:48:32 +0000
commitea76a1cc93ceb9dd483f285fefe73e3b4b08e590 (patch)
tree8a6363e498d52f29aa2179395b27afb10ac1057a /WebContent/index.html
parentf31172e04de7b485414525411076d8e22e223e6b (diff)
downloadvaadin-framework-ea76a1cc93ceb9dd483f285fefe73e3b4b08e590.tar.gz
vaadin-framework-ea76a1cc93ceb9dd483f285fefe73e3b4b08e590.zip
"Keybinding is under development and considered as alpha quality" note added.
svn changeset:1317/svn branch:trunk
Diffstat (limited to 'WebContent/index.html')
-rw-r--r--WebContent/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebContent/index.html b/WebContent/index.html
index 4c4a5abc5d..742688fc77 100644
--- a/WebContent/index.html
+++ b/WebContent/index.html
@@ -186,7 +186,7 @@
<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.
+ Second select component has default functionality.
</p>
</div>
Source code:
@@ -219,6 +219,7 @@
<h3><a href="KeyboardShortcut?renderingMode=ajax">Keyboard events demo</a></h3>
<div class="option">
Contains few Toolkit UI components that can be interacted by pressing keys in keyboard.
+ <b>Note</b>: This feature is under development and is considered as alpha.
</div>
<br />Source code:
<span class="link"><a href="src/com/itmill/toolkit/demo/KeyboardShortcut.java.html">KeyboardShortcut.java</a></span>