Thursday, 14 February
2008
Thu, 14 Feb
'08
12:35 p.m.
Author: vsukhov
Date: 2008-02-14 13:35:32 -0500 (Thu, 14 Feb 2008)
New Revision: 6098
Added:
trunk/docs/userguide/en/src/main/resources/images/comboBox1.png
trunk/docs/userguide/en/src/main/resources/images/comboBox2.png
trunk/docs/userguide/en/src/main/resources/images/comboBox3.png
trunk/docs/userguide/en/src/main/resources/images/comboBox4.png
Modified:
trunk/docs/userguide/en/src/main/docbook/included/comboBox.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml
trunk/docs/userguide/en/src/main/docbook/included/effect.xml
trunk/docs/userguide/en/src/main/docbook/included/panel.xml
Log:
RF-1216 Done screenshots describing directInputSuggestions,selectFirstOnUpdate attributes
and Style classes.
Modified: trunk/docs/userguide/en/src/main/docbook/included/comboBox.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/comboBox.desc.xml 2008-02-14
17:56:46 UTC (rev 6097)
+++ trunk/docs/userguide/en/src/main/docbook/included/comboBox.desc.xml 2008-02-14
18:35:32 UTC (rev 6098)
@@ -24,11 +24,10 @@
<title>Key Features</title>
<itemizedlist>
<listitem>Highly customizable look and feel</listitem>
- <listitem>Plain skin support</listitem>
<listitem>Browser like selection</listitem>
<listitem>Smart user-defined positioning</listitem>
<listitem>Multicolumn suggestion popup list</listitem>
- <!-- listitem>Possible to set the popup appearance delay through
<emphasis><property>"showDelay"</property></emphasis>
+ <!--listitem>Possible to set the popup appearance delay through
<emphasis><property>"showDelay"</property></emphasis>
or
<emphasis><property>"minChars"</property></emphasis>
attributes
</listitem-->
<listitem>Seam entity converter support</listitem>
Modified: trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml 2008-02-14 17:56:46 UTC
(rev 6097)
+++ trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml 2008-02-14 18:35:32 UTC
(rev 6098)
@@ -43,7 +43,7 @@
</table>
<section>
<title>Creating the Component with a Page Tag</title>
- <para>To create the simplest variant on a page use the following
syntax:</para>
+ <para>Here is a simple example as it could be used on a page:
</para>
<para>
<emphasis role="bold">Example:</emphasis>
</para>
@@ -68,7 +68,7 @@
<para>The <emphasis role="bold">
<property><rich:comboBox></property>
</emphasis> component consists of an <property>input
field</property>, the <property>button</property> and the
<property>popup list</property> of suggestions
- attached to input.
+ attached to input. If you want to see the popup list you can press the
<property>button</property> or type the first letter of suggested word in the
<property>input field</property>.
The component could be in two states:
<!-- NEED DESCRIPTION "HOW TO MANAGE THIS"-->
@@ -117,19 +117,38 @@
<para>
The <emphasis><property>
"directInputSuggestions"</property></emphasis> attribute
defines, how the first value from the suggested appears in input field.
If it's "true" the first value appears with
untyped part highlighted.
+ </para>
+
+ <figure>
+ <title><emphasis role="bold">
+ <property><rich:comboBox></property>
+ </emphasis> with <emphasis><property>
"directInputSuggestions"</property></emphasis>
attribute.</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/comboBox3.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
- <!--ADD SCREENSHOT FOR directInputSuggestions-->
-
+ <para>
+
</para>
-
<para>
The <emphasis><property>
"selectFirstOnUpdate"</property></emphasis> attribute
defines if the first value from suggested is selected in popup list.
If it's "false" nothing is selected in the list before
user hovered some item via mouse. Also nothing could be selected after mouse out the list.
-
- <!--ADD SCREENSHOT FOR selectFirstOnUpdate-->
+ </para>
+ <figure>
+ <title><emphasis role="bold">
+ <property><rich:comboBox></property>
+ </emphasis> with <emphasis><property>
"selectFirstOnUpdate"</property></emphasis>
attribute.</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/comboBox4.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
- </para>
-
<para>
The <emphasis><property>
"filterNewValues"</property></emphasis> attribute defines
the appearance of values in the list.
If it's "true" only the part of list, which
satisfies the prefix entered, could appears in popup list.
@@ -158,10 +177,7 @@
<listitem>
<emphasis><property>
"onlistcall"</property></emphasis> is fired before the list
opening
</listitem>
- <listitem>
- <emphasis><property>
"onselected"</property></emphasis> is fired after some value
from popup list was chosen
- </listitem>
- <listitem>
+ <listitem>
<emphasis><property>
"onchange"</property></emphasis> is fired both with
onselected and after the input value changed
</listitem>
</itemizedlist>
@@ -354,14 +370,14 @@
<para>On the screenshot there are classes names that define styles for
component elements.</para>
- <!--figure>
+ <figure>
<title>Classes names</title>
<mediaobject>
<imageobject>
- <imagedata fileref=""/>
+ <imagedata fileref="images/comboBox2.png"/>
</imageobject>
</mediaobject>
- </figure-->
+ </figure>
<table id="comboBoxC">
<title>Classes names that define shadow representation</title>
Modified: trunk/docs/userguide/en/src/main/docbook/included/effect.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/effect.xml 2008-02-14 17:56:46 UTC
(rev 6097)
+++ trunk/docs/userguide/en/src/main/docbook/included/effect.xml 2008-02-14 18:35:32 UTC
(rev 6098)
@@ -76,7 +76,7 @@
Wiring effect with JSF components might occur on the server or client. Wiring
with html
tag is possible only on the client side </listitem>
<listitem>invoking from the JavaScript code by an effect name. During the
rendering,
- <emphasis
role="bold"><property><rich:effect></property><emphasis>
generates the JavaScript function with defined name.
+ <emphasis
role="bold"><property><rich:effect></property></emphasis>
generates the JavaScript function with defined name.
When the function is called, the effect is applied </listitem>
</itemizedlist>
</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/panel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panel.xml 2008-02-14 17:56:46 UTC
(rev 6097)
+++ trunk/docs/userguide/en/src/main/docbook/included/panel.xml 2008-02-14 18:35:32 UTC
(rev 6098)
@@ -44,7 +44,7 @@
<section>
<title>Creating the Component with a Page Tag</title>
- <para>To create the simplest variant on a page use the following
syntax:</para>
+ <para>Here is a simple example as it could be used on a page: </para>
<para>
<emphasis role="bold">Example:</emphasis>
@@ -132,7 +132,7 @@
<para>It's displayed on a page in the following way:</para>
<figure>
<title><emphasis role="bold">
- <property><rich:panel></property> with
header</title>
+ <property><rich:panel></property> with
header</emphasis></title>
<mediaobject>
<imageobject>
Added: trunk/docs/userguide/en/src/main/resources/images/comboBox1.png
===================================================================
(Binary files differ)
Property changes on: trunk/docs/userguide/en/src/main/resources/images/comboBox1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/docs/userguide/en/src/main/resources/images/comboBox2.png
===================================================================
(Binary files differ)
Property changes on: trunk/docs/userguide/en/src/main/resources/images/comboBox2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/docs/userguide/en/src/main/resources/images/comboBox3.png
===================================================================
(Binary files differ)
Property changes on: trunk/docs/userguide/en/src/main/resources/images/comboBox3.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/docs/userguide/en/src/main/resources/images/comboBox4.png
===================================================================
(Binary files differ)
Property changes on: trunk/docs/userguide/en/src/main/resources/images/comboBox4.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Show replies by date