Author: msorokin
Date: 2008-04-28 11:48:44 -0400 (Mon, 28 Apr 2008)
New Revision: 8245
Modified:
trunk/ui/separator/src/main/config/component/separator.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/separator/src/main/config/component/separator.xml
===================================================================
--- trunk/ui/separator/src/main/config/component/separator.xml 2008-04-28 15:48:33 UTC
(rev 8244)
+++ trunk/ui/separator/src/main/config/component/separator.xml 2008-04-28 15:48:44 UTC
(rev 8245)
@@ -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,20 +37,20 @@
<property>
<name>width</name>
<classname>java.lang.String</classname>
- <description>The separator width that can be defined in pixels or in
percents. The default value is 100%
+ <description>The separator width that can be defined in pixels or in
percents. Default value is "100%".
</description>
</property>
<property>
<name>height</name>
<classname>java.lang.String</classname>
- <description>The separator height. Default value is 6 pixels
+ <description>The separator height. Default value is "6px".
</description>
</property>
<property>
<name>lineType</name>
<classname>java.lang.String</classname>
<description>A line type. The possible values are
- beveled (default), dotted, dashed, double and solid
+ "beveled" (default), "dotted",
"dashed", "double" and "solid".
</description>
<defaultvalue>"beveled"</defaultvalue>
</property>