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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Aug 20 10:35:37 EDT 2007


Author: vkorluzhenko
Date: 2007-08-20 10:35:36 -0400 (Mon, 20 Aug 2007)
New Revision: 2341

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/insert.desc.xml
   trunk/docs/userguide/en/src/main/docbook/included/insert.xml
Log:
http://jira.jboss.com/jira/browse/RF-391
http://jira.jboss.com/jira/browse/RF-389

Modified: trunk/docs/userguide/en/src/main/docbook/included/insert.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/insert.desc.xml	2007-08-20 13:56:59 UTC (rev 2340)
+++ trunk/docs/userguide/en/src/main/docbook/included/insert.desc.xml	2007-08-20 14:35:36 UTC (rev 2341)
@@ -8,13 +8,13 @@
     <section>
         <para>The <emphasis role="bold">
                 <property>&lt;rich:insert&gt;</property>
-        </emphasis> component is used for syntax highlighting.</para>
+        </emphasis> component is used for source code inserting and highlighting.</para>
     </section>
     <section>
         <title>Key Features</title>
         <itemizedlist>
             <listitem>Source code highlighting</listitem>
-            <listitem>Variety of formats for source code representation</listitem>
+            <listitem>Variety of formats for source code highlighting</listitem>
         </itemizedlist>
     </section>
 </section>

Modified: trunk/docs/userguide/en/src/main/docbook/included/insert.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/insert.xml	2007-08-20 13:56:59 UTC (rev 2340)
+++ trunk/docs/userguide/en/src/main/docbook/included/insert.xml	2007-08-20 14:35:36 UTC (rev 2341)
@@ -85,7 +85,12 @@
         <property>&quot;src&quot;</property>
       </emphasis> attribute defines the path to the file with source code. The <emphasis>
         <property>&quot;highlight&quot;</property>
-      </emphasis> attribute defines a language.</para>
+      </emphasis> attribute defines a type of code.</para>
+    <para>If <emphasis>
+        <property>&quot;highlight&quot;</property>
+      </emphasis> attribute is defined and <ulink url="https://jhighlight.dev.java.net/">
+      JHighlight</ulink> open source library is in the classpath, the text from the file will be
+      formated and colorized.</para>
     <para>An example is placed below.</para>
     <para>
       <emphasis role="bold">Example:</emphasis>




More information about the richfaces-svn-commits mailing list