Author: msorokin
Date: 2008-04-28 11:49:24 -0400 (Mon, 28 Apr 2008)
New Revision: 8249
Modified:
trunk/ui/tabPanel/src/main/config/component/tabPanel.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/tabPanel/src/main/config/component/tabPanel.xml
===================================================================
--- trunk/ui/tabPanel/src/main/config/component/tabPanel.xml 2008-04-28 15:49:10 UTC (rev
8248)
+++ trunk/ui/tabPanel/src/main/config/component/tabPanel.xml 2008-04-28 15:49:24 UTC (rev
8249)
@@ -113,14 +113,14 @@
<name>headerAlignment</name>
<classname>java.lang.String</classname>
<description>Sets tab headers alignment. It can be "left" or
"right".
- "left" is used by default
+ Default value is "left".
</description>
<defaultvalue>"left"</defaultvalue>
</property>
<property>
<name>headerSpacing</name>
<classname>java.lang.String</classname>
- <description>Sets tab headers spacing. It should be a valid size unit
expression
+ <description>Sets tab headers spacing. It should be a valid size unit
expression. Default value is "1px".
</description>
<defaultvalue>"1px"</defaultvalue>
</property>
@@ -143,11 +143,11 @@
HTML: a script expression; a tab has been changed
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>label</name>
- <classname>java.lang.String</classname>
- <description>A localized user presentable name for this
component.</description>
+ </property>
+ <property>
+ <name>label</name>
+ <classname>java.lang.String</classname>
+ <description>A localized user presentable name for this
component.</description>
</property>
&html_attributes;
@@ -196,7 +196,7 @@
<property>
<name>name</name>
<classname>java.lang.Object</classname>
- <description>Attribute defines tab name</description>
+ <description>Attribute defines tab name. Default value is
"getId()".</description>
<defaultvalue>getId()</defaultvalue>
</property>
<property >