]> source.dussan.org Git - vaadin-framework.git/commitdiff
KeyboardShortcut considered as beta.
authorJani Laakso <jani.laakso@itmill.com>
Thu, 26 Apr 2007 17:03:48 +0000 (17:03 +0000)
committerJani Laakso <jani.laakso@itmill.com>
Thu, 26 Apr 2007 17:03:48 +0000 (17:03 +0000)
svn changeset:1361/svn branch:trunk

WebContent/index.html
src/com/itmill/toolkit/demo/KeyboardShortcut.java

index 27505a1d171c4489d59e64f8cf68d60b098bd3ce..1f3a9904a9e78f1252075002bd99100f80b3ec0e 100644 (file)
        <h3><a href="KeyboardShortcut?renderingMode=ajax">Keyboard events demo</a></h3>\r
        <div class="option">\r
         Contains few Toolkit UI components that can be interacted by pressing keys in keyboard.\r
-        <b>Note</b>: This feature is under development and is considered as alpha.\r
+        <b>Note</b>: This feature is under development and is considered as beta.\r
        </div>\r
        <br />Source code:\r
        <span class="link"><a href="src/com/itmill/toolkit/demo/KeyboardShortcut.java.html">KeyboardShortcut.java</a></span>\r
index 8dc09826412375084c83012ef0e0a90d97f056c9..ac5f2e69a0619eaf1bc763ce5552b55444b8452a 100644 (file)
@@ -6,7 +6,7 @@ import com.itmill.toolkit.event.Action.Handler;
 import com.itmill.toolkit.ui.*;
 
 /**
- * Note: This feature is under development and is considered as alpha
+ * Note: This feature is under development and is considered as beta
  * 
  * @author IT Mill Ltd.
  * 
@@ -48,7 +48,7 @@ public class KeyboardShortcut extends com.itmill.toolkit.Application implements
                main
                                .addComponent(new Label(
                                                "<h3>Test application for shortcut actions</h3>"
-                                                               + "<b>Note: This feature is under development and is considered as alpha.</b><br />"
+                                                               + "<b>Note: This feature is under development and is considered as beta.</b><br />"
                                                                + "<b>Note:</b> if events do not work, <b>set focus to Textfield first.</b>",
                                                Label.CONTENT_XHTML));
                main