Author: msorokin
Date: 2008-03-31 05:47:11 -0400 (Mon, 31 Mar 2008)
New Revision: 7443
Modified:
trunk/docs/userguide/en/src/main/docbook/included/inplaceSelect.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/inplaceSelect.xml
Log:
http://jira.jboss.com/jira/browse/RF-1226
Modified: trunk/docs/userguide/en/src/main/docbook/included/inplaceSelect.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/inplaceSelect.desc.xml 2008-03-31
08:25:55 UTC (rev 7442)
+++ trunk/docs/userguide/en/src/main/docbook/included/inplaceSelect.desc.xml 2008-03-31
09:47:11 UTC (rev 7443)
@@ -12,10 +12,10 @@
</emphasis> is used for creation select based inputs: it shows the value as
text in one state and enables editing the value, providing a list of options in another
state</para>
<figure>
- <title><emphasis
role="bold"><property><rich:inplaceSelect></property></emphasis>
component</title>
+ <title>Three states of <emphasis
role="bold"><property><rich:inplaceSelect></property></emphasis>
component</title>
<mediaobject>
<imageobject>
- <imagedata fileref="images/inplaceSelectA.png"/>
+ <imagedata fileref="images/inplaceSelect.png"/>
</imageobject>
</mediaobject>
</figure>
Modified: trunk/docs/userguide/en/src/main/docbook/included/inplaceSelect.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/inplaceSelect.xml 2008-03-31
08:25:55 UTC (rev 7442)
+++ trunk/docs/userguide/en/src/main/docbook/included/inplaceSelect.xml 2008-03-31
09:47:11 UTC (rev 7443)
@@ -310,12 +310,19 @@
<property>view</property> state to
<property>edit</property> occurs.
</para>
+
+
<para>
The
<emphasis><property>"
inputWidth"</property></emphasis> ,
<emphasis><property>"
minInputWidth"</property></emphasis> , and
<emphasis><property>"
maxInputWidth"</property></emphasis>
attributes are provided to specify the width, minimal width and maximal width for
the input element respectively.
+ </para>
+ <para>
+ In order to specify the height and width parameters for the list items of the
component, you can use
+
<emphasis><property>"listHeight"</property></emphasis>
and
+ <emphasis><property>"
listWidth"</property></emphasis> attributes.
</para>