Author: artdaw
Date: 2008-07-28 09:27:02 -0400 (Mon, 28 Jul 2008)
New Revision: 9805
Modified:
trunk/docs/userguide/en/src/main/docbook/included/hotKey.xml
Log:
https://jira.jboss.org/jira/browse/RF-3783 -Details of Usage were edited
Modified: trunk/docs/userguide/en/src/main/docbook/included/hotKey.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/hotKey.xml 2008-07-28 13:09:52 UTC
(rev 9804)
+++ trunk/docs/userguide/en/src/main/docbook/included/hotKey.xml 2008-07-28 13:27:02 UTC
(rev 9805)
@@ -69,16 +69,14 @@
<itemizedlist>
<listitem>
<para>
- the easiest way is not to register it at all. In this case the <emphasis
role="bold"><property><rich:hotKey></property></emphasis>
- component is attached to the whole page (<property>html[0]
element</property>). This is default scenario.
+ just place it anywhere on the page. In this case the <emphasis
role="bold"><property><rich:hotKey></property></emphasis>
+ component is attached to the whole page (<property>html[0]
element</property>). This is default scenario.
</para>
</listitem>
<listitem>
<para>
- by attaching it with
<emphasis><property>"selector"</property></emphasis>
attribute to all the elements
- defined using this selector.
- This attribute uses defined by <ulink
url="http://www.w3.org">w3c consortium</ulink> syntax for CSS rule
selector
- with some jQuery extensions.
+ attach it with
<emphasis><property>"selector"</property></emphasis>
attribute to all the elements defined using this selector.
+ This attribute uses defined by <ulink url="http://www.w3.org">w3c
consortium</ulink> syntax for CSS rule selector with some jQuery extensions.
</para>
</listitem>
</itemizedlist>