]> source.dussan.org Git - vaadin-framework.git/commitdiff
"Keybinding is under development and considered as alpha quality" note added.
authorJani Laakso <jani.laakso@itmill.com>
Tue, 24 Apr 2007 12:48:32 +0000 (12:48 +0000)
committerJani Laakso <jani.laakso@itmill.com>
Tue, 24 Apr 2007 12:48:32 +0000 (12:48 +0000)
svn changeset:1317/svn branch:trunk

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

index 4c4a5abc5d848d952f0a4425fc4729dff99286be..742688fc77277105cd7dca70b843fb8a83320b51 100644 (file)
        <p>\r
         This example shows select component with default and lazy loading functionality enabled (a.k.a Google Suggest).\r
         Click to first select component and type few letters using your keyboard to see it in action.\r
-        Second select component has default functionality.\r
+        Second select component has default functionality. \r
        </p>\r
        </div>\r
        Source code:\r
        <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
        </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 6798dc25fd029b7cc489280b0857b3bdf769b36e..b60429fbecf4ff280c5c6eedeac40115631559b4 100644 (file)
@@ -5,6 +5,12 @@ import com.itmill.toolkit.event.ShortcutAction;
 import com.itmill.toolkit.event.Action.Handler;
 import com.itmill.toolkit.ui.*;
 
+/**
+ * Note: This feature is under development and is considered as alpha
+ * 
+ * @author IT Mill Ltd.
+ * 
+ */
 public class KeyboardShortcut extends com.itmill.toolkit.Application implements
                Handler {
        private Window main;
@@ -41,8 +47,9 @@ public class KeyboardShortcut extends com.itmill.toolkit.Application implements
                 */
                main
                                .addComponent(new Label(
-                                               "This is a test program for shortcut actions<br />"
-                                                               + "<b>Note:</b> if events do not work, <b>set focus to Textfield first!</b>",
+                                               "<h3>Test application for shortcut actions</h3>"
+                                                               + "<b>Note: This feature is under development and is considered as alpha.</b><br />"
+                                                               + "<b>Note:</b> if events do not work, <b>set focus to Textfield first.</b>",
                                                Label.CONTENT_XHTML));
                main
                                .addComponent(new Label(