Author: msorokin
Date: 2008-04-28 11:48:33 -0400 (Mon, 28 Apr 2008)
New Revision: 8244
Modified:
trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml
Log:
http://jira.jboss.com/jira/browse/RF-730
http://jira.jboss.com/jira/browse/RF-2220
Corrected language and added default values
Modified:
trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml
===================================================================
---
trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml 2008-04-28
15:48:21 UTC (rev 8243)
+++
trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml 2008-04-28
15:48:33 UTC (rev 8244)
@@ -49,7 +49,7 @@
<classname>int</classname>
<description>
Defines the number of the fixed columns from the left side that will not be scrolled
via horizontal scroll.
- Default value is '0'
+ Default value is "0".
</description>
<defaultvalue>0</defaultvalue>
</property>
@@ -57,7 +57,7 @@
<property>
<name>height</name>
<classname>java.lang.String</classname>
- <description>Defines a height of the component. Default value is
500px</description>
+ <description>Defines a height of the component. Default value is
"500px".</description>
<defaultvalue>"500px"</defaultvalue>
</property>
@@ -70,7 +70,7 @@
<property>
<name>width</name>
<classname>java.lang.String</classname>
- <description>Defines a width of the component. Default value is
700px</description>
+ <description>Defines a width of the component. Default value is
"700px".</description>
<defaultvalue>"700px"</defaultvalue>
</property>
<property>
@@ -152,8 +152,8 @@
<name>hideWhenScrolling</name>
<classname>boolean</classname>
<description>
- If 'true' data will be hidden during scrolling. Can be used for increase
performance.
- Default value is 'false'
+ If "true" data will be hidden during scrolling. Can be used for
increase performance.
+ Default value is "false".
</description>
<defaultvalue>false</defaultvalue>
</property>
@@ -283,7 +283,7 @@
<name>focus</name>
<classname>java.lang.String</classname>
<description>
- id of element to set focus after request completed on client side
+ id of the element to set focus after request completed on client side
</description>
</property>
</component>