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
===================================================================
--- trunk/docs/userguide/en/included/dataDefinitionList.xml 2007-05-03 08:46:51 UTC (rev
622)
+++ trunk/docs/userguide/en/included/dataDefinitionList.xml 2007-05-03 09:24:15 UTC (rev
623)
@@ -54,9 +54,10 @@
</section>
<section>
<title>Dynamical Creation from Java Code</title>
- <programlisting role="JAVA"><![CDATA[...
- org.richfaces.component.html.HtmlDataDefinitionList myList = new
org.richfaces.component.html.HtmlDataDefinitionList();
+ <programlisting role="JAVA"><![CDATA[import
org.richfaces.component.html.HtmlDataDefinitionList;
...
+HtmlDataDefinitionList myList = new HtmlDataDefinitionList();
+...
]]></programlisting>
</section>
<section>
Modified: trunk/docs/userguide/en/included/dragSupport.xml
===================================================================
--- trunk/docs/userguide/en/included/dragSupport.xml 2007-05-03 08:46:51 UTC (rev 622)
+++ trunk/docs/userguide/en/included/dragSupport.xml 2007-05-03 09:24:15 UTC (rev 623)
@@ -73,9 +73,10 @@
<section>
<title>Dynamical Creation from Java Code</title>
- <programlisting role="JAVA">...
- org.richfaces.component.html.HtmlDragSupport myDragZone = new
org.richfaces.component.html.HtmlDragSupport();
+ <programlisting role="JAVA">import
org.richfaces.component.html.HtmlDragSupport;
...
+HtmlDragSupport myDragZone = new HtmlDragSupport();
+...
</programlisting>
</section>
Show replies by date