[richfaces-svn-commits] JBoss Rich Faces SVN: r2533 - in trunk/docs/userguide/en/src/main/docbook: modules and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Aug 28 09:01:47 EDT 2007


Author: smukhina
Date: 2007-08-28 09:01:47 -0400 (Tue, 28 Aug 2007)
New Revision: 2533

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.xml
   trunk/docs/userguide/en/src/main/docbook/included/insert.xml
   trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml
   trunk/docs/userguide/en/src/main/docbook/included/panelMenu.xml
   trunk/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml
   trunk/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml
   trunk/docs/userguide/en/src/main/docbook/included/tab.xml
   trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml
Log:
http://jira.jboss.com/jira/browse/RF-743
incorrect symbols (...)  in cdata were corrected

Modified: trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.xml	2007-08-28 13:01:42 UTC (rev 2532)
+++ trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.xml	2007-08-28 13:01:47 UTC (rev 2533)
@@ -117,7 +117,7 @@
       </itemizedlist>
       <para> For instance, this:</para>
       <programlisting role="XML"><![CDATA[...	
-    <dnd:dropSupport…>
+    <dnd:dropSupport...>
         <dnd:dndParam name="testDrop">
             <h:graphicImage value="/images/file-manager.png" />
         </dnd:dndParam>

Modified: trunk/docs/userguide/en/src/main/docbook/included/insert.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/insert.xml	2007-08-28 13:01:42 UTC (rev 2532)
+++ trunk/docs/userguide/en/src/main/docbook/included/insert.xml	2007-08-28 13:01:47 UTC (rev 2533)
@@ -62,7 +62,7 @@
       <emphasis role="bold">Example:</emphasis>
     </para>
     <programlisting role="xml"><![CDATA[...
-      &lt;rich:insert  src="/pages/sourcePage.xhtml" highlight="xhtml"/&gt;
+      <rich:insert  src="/pages/sourcePage.xhtml" highlight="xhtml"/>
 ...]]></programlisting>
   </section>
 
@@ -96,7 +96,7 @@
       <emphasis role="bold">Example:</emphasis>
     </para>
     <programlisting role="xml"><![CDATA[...
-      &lt;rich:insert  src="/pages/sourcePage.xhtml" highlight="xhtml"/&gt;
+      <rich:insert  src="/pages/sourcePage.xhtml" highlight="xhtml"/>
       ...]]></programlisting>
     <figure>
       <para>The result of using <emphasis role="bold">

Modified: trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml	2007-08-28 13:01:42 UTC (rev 2532)
+++ trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml	2007-08-28 13:01:47 UTC (rev 2533)
@@ -109,7 +109,7 @@
       </emphasis> instead of <emphasis role="bold">
         <property>&lt;a4j:commandButton&gt;</property>
       </emphasis>. You can put it anywhere, just don&apos;t forget to use
-      &lt;h:form&gt; … &lt;/h:form&gt; around it. </para>
+      &lt;h:form&gt; ... &lt;/h:form&gt; around it. </para>
   </section>
   <section>
     <title>Relevant resources links</title>

Modified: trunk/docs/userguide/en/src/main/docbook/included/panelMenu.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panelMenu.xml	2007-08-28 13:01:42 UTC (rev 2532)
+++ trunk/docs/userguide/en/src/main/docbook/included/panelMenu.xml	2007-08-28 13:01:47 UTC (rev 2533)
@@ -62,9 +62,9 @@
       <emphasis role="bold">Example:</emphasis>
     </para>
     <programlisting role="xml"><![CDATA[...
-      &lt;rich:panelMenu event="onmouseover"&gt;
-            &lt;!--Nested panelMenu components--&gt;
-      &lt;/rich:panelMenu&gt;
+      <rich:panelMenu event="onmouseover">
+            <!--Nested panelMenu components-->
+      </rich:panelMenu>
 ...]]></programlisting>
   </section>
 

Modified: trunk/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml	2007-08-28 13:01:42 UTC (rev 2532)
+++ trunk/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml	2007-08-28 13:01:47 UTC (rev 2533)
@@ -62,11 +62,11 @@
       <emphasis role="bold">Example:</emphasis>
     </para>
     <programlisting role="xml"><![CDATA[...
-      &lt;rich:panelMenu&gt;
-            &lt;rich:panelMenuGroup label="Group1"&gt;
-                  &lt;!--Nested panelMenu components--&gt;
-            &lt;/rich:panelMenuGroup&gt;
-      &lt;/rich:panelMenu&gt;
+      <rich:panelMenu>
+            <rich:panelMenuGroup label="Group1">
+                  <!--Nested panelMenu components-->
+            </rich:panelMenuGroup>
+      </rich:panelMenu>
 ...]]></programlisting>
   </section>
 
@@ -155,11 +155,11 @@
       <emphasis role="bold">Example:</emphasis>
     </para>
     <programlisting role="xml"><![CDATA[...
-      &lt;rich:panelMenu&gt;
-            &lt;rich:panelMenuGroup label="Group1" iconExpanded="disc" iconCollapsed="chevron"&gt;
-                  &lt;!--Nested panelMenu components--&gt;
-            &lt;/rich:panelMenuGroup&gt;
-      &lt;/rich:panelMenu&gt;
+      <rich:panelMenu>
+            <rich:panelMenuGroup label="Group1" iconExpanded="disc" iconCollapsed="chevron">
+                  <!--Nested panelMenu components-->
+            </rich:panelMenuGroup>
+      </rich:panelMenu>
 ...]]></programlisting>
     <para> As the result the pictures are shown below. The first one represents the collapsed state,
       the second one - expanded state:</para>
@@ -187,11 +187,11 @@
     <para>It&apos;s also possible to define a path to the icon. Simple code is placed below.</para>
 
     <programlisting role="xml"><![CDATA[...
-      &lt;rich:panelMenu&gt;
-            &lt;rich:panelMenuGroup label="Group1" iconExpanded="\images\img1.gif" iconCollapsed=""\images\img2.gif""&gt;
-                  &lt;!--Nested menu components--&gt;
-            &lt;/rich:panelMenuGroup&gt;
-      &lt;/rich:panelMenu&gt;
+      <rich:panelMenu>
+            <rich:panelMenuGroup label="Group1" iconExpanded="\images\img1.gif" iconCollapsed=""\images\img2.gif"">
+                  <!--Nested menu components-->
+            </rich:panelMenuGroup>
+      </rich:panelMenu>
 ...]]></programlisting>
 
   </section>

Modified: trunk/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml	2007-08-28 13:01:42 UTC (rev 2532)
+++ trunk/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml	2007-08-28 13:01:47 UTC (rev 2533)
@@ -62,11 +62,11 @@
       <emphasis role="bold">Example:</emphasis>
     </para>
     <programlisting role="xml"><![CDATA[...
-      &lt;rich:panelMenu&gt;
-             …
-            &lt;rich:panelMenuItem value="Item1"/&gt;
-            …	
-      &lt;/rich:panelMenu&gt;
+      <rich:panelMenu>
+             ...
+            <rich:panelMenuItem value="Item1"/>
+            ...	
+      </rich:panelMenu>
 ...]]></programlisting>
   </section>
 
@@ -134,15 +134,15 @@
       <emphasis role="bold">Example:</emphasis>
     </para>
     <programlisting role="xml"><![CDATA[...
-      &lt;rich:panelMenu&gt;
-            …
-            &lt;rich:panelMenuItem submitMode="none" onclick="document.location.href='http://labs.jboss.com/jbossrichfaces/"&gt;
-                  &lt;h:outputLink value="http://labs.jboss.com/jbossrichfaces/"&gt;
-                        &lt;h:outputText value="RichFaces Home Page"&gt;&lt;/h:outputText&gt;
-                  &lt;/h:outputLink&gt;
-            &lt;/rich:panelMenuItem&gt;
-            …
-      &lt;/rich:panelMenu&gt;
+      <rich:panelMenu>
+            ...
+            <rich:panelMenuItem submitMode="none" onclick="document.location.href='http://labs.jboss.com/jbossrichfaces/">
+                  <h:outputLink value="http://labs.jboss.com/jbossrichfaces/">
+                        <h:outputText value="RichFaces Home Page"></h:outputText>
+                  </h:outputLink>
+            </rich:panelMenuItem>
+            ...
+      </rich:panelMenu>
 ...]]></programlisting>
 
     <para>There are two icon-related attributes. The <emphasis>
@@ -169,11 +169,11 @@
       <emphasis role="bold">Example:</emphasis>
     </para>
     <programlisting role="xml"><![CDATA[...
-      &lt;rich:panelMenu&gt;
-            …
-            &lt;rich:panelMenuItem ="Item 1.1" icon="chevronUp" /&gt;
-            …	
-      &lt;/rich:panelMenu&gt;
+      <rich:panelMenu>
+            ...
+            <rich:panelMenuItem ="Item 1.1" icon="chevronUp" />
+            ...	
+      </rich:panelMenu>
 ...]]></programlisting>
     <para> As the result the picture is shown below:</para>
 
@@ -190,11 +190,11 @@
     <para>It&apos;s also possible to define a path to the icon. Simple code is placed below.</para>
 
     <programlisting role="xml"><![CDATA[...
-      &lt;rich:panelMenu&gt;
-            …
-            &lt;rich:panelMenuItem ="Item 1.1" icon="\images\img1.gif" /&gt;
-            …	
-      &lt;/rich:panelMenu&gt;
+      <rich:panelMenu>
+            ...
+            <rich:panelMenuItem ="Item 1.1" icon="\images\img1.gif" />
+            ...	
+      </rich:panelMenu>
 ...]]></programlisting>
 
   </section>

Modified: trunk/docs/userguide/en/src/main/docbook/included/tab.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tab.xml	2007-08-28 13:01:42 UTC (rev 2532)
+++ trunk/docs/userguide/en/src/main/docbook/included/tab.xml	2007-08-28 13:01:47 UTC (rev 2533)
@@ -143,9 +143,9 @@
     <programlisting role="XML"><![CDATA[...
     <rich:tabPanel>
         <rich:tab label="Tab1" ontabenter="alert()">
-            …
+            ...
         </rich:tab>
-        …
+        ...
     </rich:tabPanel>
 ...]]></programlisting>
     <para>

Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml	2007-08-28 13:01:42 UTC (rev 2532)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml	2007-08-28 13:01:47 UTC (rev 2533)
@@ -242,14 +242,14 @@
                 </para>
                 <programlisting role="XML"><![CDATA[...
         <rich:dropDownMenu> 
-        …
+        ...
                 <rich:menuItem submitMode="none" 
                                 onclick="document.location.href='http://labs.jboss.com/jbossrichfaces/'">
                         <h:outputLink value="http://labs.jboss.com/jbossrichfaces/">
                                         <h:outputText value="RichFaces Home Page"></h:outputText>
                         </h:outputLink>
                 </rich:menuItem>
-        …
+        ...
         </rich:dropDownMenu>
 ...
 ]]></programlisting>
@@ -286,8 +286,8 @@
                         <emphasis role="bold">Example:</emphasis>
                 </para>
                 <programlisting role="XML"><![CDATA[...
-        <rich:tree …> 
-                …
+        <rich:tree ...> 
+                ...
                 <rich:treeNode submitMode="none" 
                                                 onclick="document.location.href='http://labs.jboss.com/jbossrichfaces/'">
                         <h:outputLink value="http://labs.jboss.com/jbossrichfaces/">




More information about the richfaces-svn-commits mailing list