From richfaces-svn-commits at lists.jboss.org Thu May 3 05:24:16 2007 Content-Type: multipart/mixed; boundary="===============0781442560677895518==" 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: r623 - trunk/docs/userguide/en/included. Date: Thu, 03 May 2007 05:24:15 -0400 Message-ID: --===============0781442560677895518== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: vkukharchuk Date: 2007-05-03 05:24:15 -0400 (Thu, 03 May 2007) New Revision: 623 Modified: trunk/docs/userguide/en/included/dataDefinitionList.xml trunk/docs/userguide/en/included/dragSupport.xml Log: Modified: trunk/docs/userguide/en/included/dataDefinitionList.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/included/dataDefinitionList.xml 2007-05-03 08:4= 6:51 UTC (rev 622) +++ trunk/docs/userguide/en/included/dataDefinitionList.xml 2007-05-03 09:2= 4:15 UTC (rev 623) @@ -54,9 +54,10 @@
Dynamical Creation from Java Code -
Modified: trunk/docs/userguide/en/included/dragSupport.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/included/dragSupport.xml 2007-05-03 08:46:51 UT= C (rev 622) +++ trunk/docs/userguide/en/included/dragSupport.xml 2007-05-03 09:24:15 UT= C (rev 623) @@ -73,9 +73,10 @@
Dynamical Creation from Java Code = - ... - org.richfaces.component.html.HtmlDragSupport myDragZone =3D new org.richf= aces.component.html.HtmlDragSupport(); + import org.richfaces.component.html.Html= DragSupport; ... +HtmlDragSupport myDragZone =3D new HtmlDragSupport(); +...
= --===============0781442560677895518==--