Author: smukhina
Date: 2009-07-23 15:15:03 -0400 (Thu, 23 Jul 2009)
New Revision: 14994
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/toolTip.xml
Log:
https://jira.jboss.org/jira/browse/RF-7387 mistake in class name is fixed
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/toolTip.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/toolTip.xml 2009-07-23
18:39:41 UTC (rev 14993)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/toolTip.xml 2009-07-23
19:15:03 UTC (rev 14994)
@@ -23,7 +23,7 @@
</row>
<row>
<entry>component-class</entry>
- <entry>org.richfaces.component.html.HtmltoolTip</entry>
+ <entry>org.richfaces.component.html.HtmlToolTip</entry>
</row>
<row>
<entry>component-family</entry>
@@ -35,7 +35,7 @@
</row>
<row>
<entry>tag-class</entry>
- <entry>org.richfaces.taglib.HtmltoolTipTag</entry>
+ <entry>org.richfaces.taglib.HtmlToolTipTag</entry>
</row>
</tbody>
</tgroup>
@@ -58,7 +58,7 @@
<para>
<emphasis role="bold">Example:</emphasis>
</para>
- <programlisting role="JAVA"><![CDATA[import
org.richfaces.component.html.HtmltoolTip;
+ <programlisting role="JAVA"><![CDATA[import
org.richfaces.component.html.HtmlToolTip;
...
HtmltoolTip mytoolTip = new HtmltoolTip();
...