Author: msorokin
Date: 2008-04-25 12:01:59 -0400 (Fri, 25 Apr 2008)
New Revision: 8192
Modified:
trunk/ui/dataTable/src/main/config/component/dataGrid.xml
Log:
http://jira.jboss.com/jira/browse/RF-2220
http://jira.jboss.com/jira/browse/RF-730
Corrected language and added default values
Modified: trunk/ui/dataTable/src/main/config/component/dataGrid.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/dataGrid.xml 2008-04-25 16:01:52 UTC (rev
8191)
+++ trunk/ui/dataTable/src/main/config/component/dataGrid.xml 2008-04-25 16:01:59 UTC (rev
8192)
@@ -56,25 +56,26 @@
<property>
<name>columns</name>
<classname>int</classname>
- <description>Quantity of columns
+ <description>Number of columns
</description>
</property>
<property>
<name>border</name>
<classname>java.lang.String</classname>
- <description>This attributes specifies the width of the frame around a
component</description>
+ <description>This attributes specifies the width of the frame around a
component. Default value is "0".</description>
<defaultvalue>"0"</defaultvalue>
</property>
<property>
<name>cellpadding</name>
<classname>java.lang.String</classname>
- <description>This attribute specifies the amount of space between the border of
the cell and its contents</description>
+ <description>This attribute specifies the amount of space between the border of
the cell and its contents. Default value is "0".</description>
<defaultvalue>"0"</defaultvalue>
</property>
<property>
<name>cellspacing</name>
<classname>java.lang.String</classname>
- <description>This attribute specifies the amount of space between the border of
the cell and its contents. The attribute also specifies the amount of space to leave
between cells
+ <description>This attribute specifies the amount of space between the border of
the cell and its contents.
+ The attribute also specifies the amount of space to leave between cells. Default
value is "0".
</description>
<defaultvalue>"0"</defaultvalue>
</property>