Author: msorokin
Date: 2008-04-28 11:49:03 -0400 (Mon, 28 Apr 2008)
New Revision: 8247
Modified:
trunk/ui/spacer/src/main/config/component/spacer.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/spacer/src/main/config/component/spacer.xml
===================================================================
--- trunk/ui/spacer/src/main/config/component/spacer.xml 2008-04-28 15:48:53 UTC (rev
8246)
+++ trunk/ui/spacer/src/main/config/component/spacer.xml 2008-04-28 15:49:03 UTC (rev
8247)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
"http://labs.jboss.com/jbossrichfaces/component-config.dtd
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
"http://labs.jboss.com/jbossrichfaces/component-config.dtd
">
<components>
@@ -37,13 +37,13 @@
<property>
<name>width</name>
<classname>java.lang.String</classname>
- <description>The width of the spacer defined in pixels. The default value is 1
pixel</description>
+ <description>The width of the spacer defined in pixels. Default value is
"1px".</description>
<defaultvalue>"1"</defaultvalue>
</property>
<property>
<name>height</name>
<classname>java.lang.String</classname>
- <description>The height of the spacer defined in pixels. The default value is 1
pixel</description>
+ <description>The height of the spacer defined in pixels. Default value is
"1px".</description>
<defaultvalue>"1"</defaultvalue>
</property>
<property>