Author: msorokin
Date: 2008-04-03 09:44:12 -0400 (Thu, 03 Apr 2008)
New Revision: 7587
Modified:
trunk/docs/userguide/en/src/main/docbook/included/inplaceSelect.xml
Log:
http://jira.jboss.com/jira/browse/RF-1226
fixing pictures
Modified: trunk/docs/userguide/en/src/main/docbook/included/inplaceSelect.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/inplaceSelect.xml 2008-04-03
13:16:47 UTC (rev 7586)
+++ trunk/docs/userguide/en/src/main/docbook/included/inplaceSelect.xml 2008-04-03
13:44:12 UTC (rev 7587)
@@ -360,35 +360,29 @@
<!--Sorting API -->
<row>
<entry>edit()</entry>
- <entry>changes the state to edit </entry>
+ <entry>Changes the state to edit </entry>
</row>
<row>
<entry>cancel()</entry>
- <entry>changes its state to the previous one before editing
(changed or view)</entry>
+ <entry>Changes its state to the previous one before editing
(changed or view)</entry>
</row>
+
<row>
<entry>save()</entry>
- <entry>the component hanges the state to the previous one
before editing (changed or view)</entry>
+ <entry>Changes its state to changed with a new
value</entry>
</row>
- <row>
- <entry>save()</entry>
- <entry>the component changes its state to changed with a new
value</entry>
- </row>
+
<row>
- <entry>save()</entry>
- <entry>the component changes its state to changed with a new
value</entry>
- </row>
- <row>
<entry>getValue()</entry>
- <entry>gets the current value</entry>
+ <entry>Gets the current value</entry>
</row>
<row>
<entry>setValue(newValue)</entry>
- <entry>sets the current value</entry>
+ <entry>Sets the current value</entry>
</row>
</tbody>