summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorJani Laakso <jani.laakso@itmill.com>2007-04-26 17:03:48 +0000
committerJani Laakso <jani.laakso@itmill.com>2007-04-26 17:03:48 +0000
commit5f2ce2944b1460367109dcbc453290409b450527 (patch)
treeb50915348373417658d4d041999d5809d4713366 /WebContent
parent897cd419bbbebfed11ee5f80ba7f5c0455bed09c (diff)
downloadvaadin-framework-5f2ce2944b1460367109dcbc453290409b450527.tar.gz
vaadin-framework-5f2ce2944b1460367109dcbc453290409b450527.zip
KeyboardShortcut considered as beta.
svn changeset:1361/svn branch:trunk
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/index.html b/WebContent/index.html
index 27505a1d17..1f3a9904a9 100644
--- a/WebContent/index.html
+++ b/WebContent/index.html
@@ -220,7 +220,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.
+ <b>Note</b>: This feature is under development and is considered as beta.
</div>
<br />Source code:
<span class="link"><a href="src/com/itmill/toolkit/demo/KeyboardShortcut.java.html">KeyboardShortcut.java</a></span>