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>
+ "enableManualInput"
+ </property>
+ </emphasis>
+ attribute enables/disables input field, so when
+ <code>
+ enableManualInput = "false"
+ </code>,
+ user can only pick the date manually and has no possibility to type in the date
(default value is "false").
+ </para>
<para>The <emphasis role="bold">
<property><rich:calendar></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>
+ "enableManualInput"
+ </property>
+ </emphasis>
+ attribute enables/disables input field, so when
+ <code>
+ enableManualInput = "false"
+ </code>,
+ user can only pick the value manually and has no possibility to type in the value
+ (default value is "false").
+ </para>
<!--para>
The <emphasis
role="bold"><property><rich:comboBox></property></emphasis>
component provides the possibility to use
specific event attribute <emphasis><property>
"onlistcall"</property></emphasis> which is fired before the
list opening.
Show replies by date