Author: adubovsky
Date: 2008-07-25 07:51:48 -0400 (Fri, 25 Jul 2008)
New Revision: 9782
Modified:
trunk/test-applications/facelets/src/main/java/hotKey/HotKey.java
Log:
Add onclick attribute for commandButton in hotKey component
Modified: trunk/test-applications/facelets/src/main/java/hotKey/HotKey.java
===================================================================
--- trunk/test-applications/facelets/src/main/java/hotKey/HotKey.java 2008-07-25 11:51:35
UTC (rev 9781)
+++ trunk/test-applications/facelets/src/main/java/hotKey/HotKey.java 2008-07-25 11:51:48
UTC (rev 9782)
@@ -20,7 +20,7 @@
private HtmlHotKey binding = null;
private String bindingInfo = "";
private String handler = "alert('work')";
- private String key = "alt+a";
+ private String key = "alt+q";
private String selector = "";
private String timing = "onload";
private String type = "onkeydown";
Show replies by date