Author: smukhina
Date: 2008-07-22 08:15:00 -0400 (Tue, 22 Jul 2008)
New Revision: 9727
Modified:
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_table_attributes.ent
trunk/ui/menu-components/src/main/config/component/menucomponents.xml
Log:
http://jira.jboss.com/jira/browse/RF-696
Tables of attributes, correcting attributes descriptions
Modified:
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_table_attributes.ent
===================================================================
---
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_table_attributes.ent 2008-07-22
09:14:14 UTC (rev 9726)
+++
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_table_attributes.ent 2008-07-22
12:15:00 UTC (rev 9727)
@@ -3,7 +3,7 @@
<name>align</name>
<classname>java.lang.String</classname>
<description> Deprecated. This attribute specifies the position of the
table with respect to the document.
- The possible values are "left", "center" and
"right".
+ The possible values are "left", "center" and
"right". The default value is "left".
</description>
</property>
<property>
Modified: trunk/ui/menu-components/src/main/config/component/menucomponents.xml
===================================================================
--- trunk/ui/menu-components/src/main/config/component/menucomponents.xml 2008-07-22
09:14:14 UTC (rev 9726)
+++ trunk/ui/menu-components/src/main/config/component/menucomponents.xml 2008-07-22
12:15:00 UTC (rev 9727)
@@ -213,7 +213,7 @@
<property>
<name>disabled</name>
<classname>boolean</classname>
- <description>If "true" sets state of the item to disabled
state. . Default value is "false".
+ <description>If "true" sets state of the item to disabled
state. Default value is "false".
</description>
<defaultvalue>false</defaultvalue>
</property>