[richfaces-svn-commits] JBoss Rich Faces SVN: r1318 - trunk/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Jun 26 06:29:15 EDT 2007


Author: vkorluzhenko
Date: 2007-06-26 06:29:15 -0400 (Tue, 26 Jun 2007)
New Revision: 1318

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.xml
Log:
fixed error with using facet

Modified: trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.xml	2007-06-26 10:11:25 UTC (rev 1317)
+++ trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.xml	2007-06-26 10:29:15 UTC (rev 1318)
@@ -111,9 +111,9 @@
       </itemizedlist>
 	  <para>Here is an example for an accept facet:</para>
 	  <programlisting role="XML"><![CDATA[...
-    <f:facet name="accept">
+    <f:dndParam name="accept">
         <h:graphicImage value="./images/1.gif"/>
-    </f:facet>
+    </f:dndParam>
 ...
 ]]></programlisting>
 <para>Each of these three facets have a default structure for icons rendering on the left side.</para>




More information about the richfaces-svn-commits mailing list