From richfaces-svn-commits at lists.jboss.org Wed Jun 18 18:20:05 2008 Content-Type: multipart/mixed; boundary="===============4461337176927847293==" MIME-Version: 1.0 From: richfaces-svn-commits at lists.jboss.org To: richfaces-svn-commits at lists.jboss.org Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r9102 - in trunk/sandbox/samples/hotKey-sample: src/main/webapp/pages and 1 other directory. Date: Wed, 18 Jun 2008 18:20:05 -0400 Message-ID: --===============4461337176927847293== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nbelaevski Date: 2008-06-18 18:20:05 -0400 (Wed, 18 Jun 2008) New Revision: 9102 Modified: trunk/sandbox/samples/hotKey-sample/pom.xml trunk/sandbox/samples/hotKey-sample/src/main/webapp/pages/index.jsp Log: Updated hotKey version committed Modified: trunk/sandbox/samples/hotKey-sample/pom.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/sandbox/samples/hotKey-sample/pom.xml 2008-06-18 17:57:51 UTC (re= v 9101) +++ trunk/sandbox/samples/hotKey-sample/pom.xml 2008-06-18 22:20:05 UTC (re= v 9102) @@ -43,5 +43,10 @@ functions ${project.version} = + + org.richfaces.ui + componentControl + ${project.version} + = \ No newline at end of file Modified: trunk/sandbox/samples/hotKey-sample/src/main/webapp/pages/index.j= sp =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/sandbox/samples/hotKey-sample/src/main/webapp/pages/index.jsp 200= 8-06-18 17:57:51 UTC (rev 9101) +++ trunk/sandbox/samples/hotKey-sample/src/main/webapp/pages/index.jsp 200= 8-06-18 22:20:05 UTC (rev 9102) @@ -4,29 +4,83 @@ = <%@ taglib uri=3D"http://labs.jboss.com/jbossrichfaces/ui/ui/hotKey" prefi= x=3D"sb"%> <%@ taglib uri=3D"http://labs.jboss.com/jbossrichfaces/ui/functions" prefi= x=3D"rich" %> +<%@ taglib uri=3D"http://labs.jboss.com/jbossrichfaces/ui/componentControl= " prefix=3D"cc" %> - + Alt+A and Alt+L are turned on when page is loaded
- Set focus to 'target' button and press Alt+T
+ Set focus to one of 'target' buttons and press Alt+T
= - - = -
+ = -
+ + = +
+
+ = + +
+ + + +
+ + + + + + + + = + + + + + + = +
+ +
+ + Add global handler with JS API, then press ctrl+g + +
+ + + + + + + + + + = + + + +
= --===============4461337176927847293==--