From richfaces-svn-commits at lists.jboss.org Fri Jun 27 06:52:20 2008 Content-Type: multipart/mixed; boundary="===============1847429910655523196==" 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: r9268 - trunk/docs/userguide/en/src/main/docbook/included. Date: Fri, 27 Jun 2008 06:52:20 -0400 Message-ID: --===============1847429910655523196== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: artdaw Date: 2008-06-27 06:52:20 -0400 (Fri, 27 Jun 2008) New Revision: 9268 Modified: trunk/docs/userguide/en/src/main/docbook/included/hotKey.xml Log: http://jira.jboss.com/jira/browse/RF-3783 - JavaScript API was added. Modified: trunk/docs/userguide/en/src/main/docbook/included/hotKey.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/docs/userguide/en/src/main/docbook/included/hotKey.xml 2008-06-27= 10:51:35 UTC (rev 9267) +++ trunk/docs/userguide/en/src/main/docbook/included/hotKey.xml 2008-06-27= 10:52:20 UTC (rev 9268) @@ -67,7 +67,40 @@ = - +
+ JavaScript API + + JavaScript API + + + + Function + Description + + + + + add(selector, key, handler) + + Adds the hotkey(from key param) for elements targeted by selector. = Assigns handler function to the key. + + + + remove() + Removes hotkey registration + + + enable() + Enables registered hotkey + + + disable() + Disables registered hotkey + + + +
+
Look-and-Feel Customization --===============1847429910655523196==--