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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Jun 23 08:17:40 EDT 2008


Author: cluts
Date: 2008-06-23 08:17:40 -0400 (Mon, 23 Jun 2008)
New Revision: 9158

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/calendar.xml
   trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml
Log:
RF-3753 - described enableManualInput attribute for calendar and combobox 

Modified: trunk/docs/userguide/en/src/main/docbook/included/calendar.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/calendar.xml	2008-06-23 12:16:51 UTC (rev 9157)
+++ trunk/docs/userguide/en/src/main/docbook/included/calendar.xml	2008-06-23 12:17:40 UTC (rev 9158)
@@ -260,6 +260,19 @@
         </para>
         </listitem>
       </itemizedlist>
+      <para>
+      	The 
+      		<emphasis>
+      			<property>
+      				&quot;enableManualInput&quot;
+      			</property>
+      		</emphasis> 
+      	attribute enables/disables input field, so when 
+      	<code>
+      		enableManualInput = &quot;false&quot;
+      	</code>,
+      	user can only pick the date manually and has no possibility to type in the date (default value is &quot;false&quot;).
+      </para>
     <para>The <emphasis role="bold">
         <property>&lt;rich:calendar&gt;</property>
       </emphasis> component allows to use <emphasis>

Modified: trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml	2008-06-23 12:16:51 UTC (rev 9157)
+++ trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml	2008-06-23 12:17:40 UTC (rev 9158)
@@ -209,7 +209,20 @@
                         </imageobject>
                     </mediaobject>
                 </figure>      
-        
+        <para>
+      	The 
+      		<emphasis>
+      			<property>
+      				&quot;enableManualInput&quot;
+      			</property>
+      		</emphasis> 
+      	attribute enables/disables input field, so when 
+      	<code>
+      		enableManualInput = &quot;false&quot;
+      	</code>,
+      	user can only pick the value manually and has no possibility to type in the value 
+      	(default value is &quot;false&quot;).
+      </para>
         <!--para>
         The <emphasis role="bold"><property>&lt;rich:comboBox&gt;</property></emphasis> component provides the possibility to use 
             specific event attribute <emphasis><property> &quot;onlistcall&quot;</property></emphasis> which is fired before the list opening.




More information about the richfaces-svn-commits mailing list