Author: msorokin
Date: 2008-04-03 09:46:39 -0400 (Thu, 03 Apr 2008)
New Revision: 7588
Modified:
trunk/docs/userguide/en/src/main/docbook/included/inplaceInput.xml
Log:
http://jira.jboss.com/jira/browse/RF-1226
fixing pictures JS API
Modified: trunk/docs/userguide/en/src/main/docbook/included/inplaceInput.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/inplaceInput.xml 2008-04-03 13:44:12
UTC (rev 7587)
+++ trunk/docs/userguide/en/src/main/docbook/included/inplaceInput.xml 2008-04-03 13:46:39
UTC (rev 7588)
@@ -370,30 +370,21 @@
</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>
- </row>
- <row>
- <entry>save()</entry>
- <entry>the component changes its state to changed with a new
value</entry>
- </row>
+ </row>
<row>
<entry>save()</entry>
- <entry>the component changes its state to changed with a new
value</entry>
+ <entry>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>