Author: cluts
Date: 2008-07-10 08:45:18 -0400 (Thu, 10 Jul 2008)
New Revision: 9506
Modified:
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_anchor_attributes.ent
trunk/ui/core/src/main/config/component/log.xml
trunk/ui/dataTable/src/main/config/component/columnAttributes.ent
Log:
RF-696 - corrected typos for "level" attribute (<a4j:log>); corrected
description for "shape" attribute; added description for "visible"
attribute (<rich:column> and <rich:columns>).
Modified:
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_anchor_attributes.ent
===================================================================
---
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_anchor_attributes.ent 2008-07-10
12:37:00 UTC (rev 9505)
+++
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_anchor_attributes.ent 2008-07-10
12:45:18 UTC (rev 9506)
@@ -41,14 +41,8 @@
<property>
<name>shape</name>
<classname>java.lang.String</classname>
- <description>default|rect|circle|poly [CI]
- This attribute specifies the shape of a region. Possible values:
-
- * default: Specifies the entire region.
- * rect: Define a rectangular region.
- * circle: Define a circular region.
- * poly: Define a polygonal region.
-
+ <description>
+ This attribute specifies the shape of a region. The possible values are
"default", "rect", "circle" and
"poly".
</description>
</property>
<property>
Modified: trunk/ui/core/src/main/config/component/log.xml
===================================================================
--- trunk/ui/core/src/main/config/component/log.xml 2008-07-10 12:37:00 UTC (rev 9505)
+++ trunk/ui/core/src/main/config/component/log.xml 2008-07-10 12:45:18 UTC (rev 9506)
@@ -54,7 +54,7 @@
<name>level</name>
<classname>java.lang.String</classname>
<description>
- log level, Possible values are
+ Log level. The possible values are
"FATAL", "ERROR", "WARN",
"INFO", "DEBUG", "ALL".
Component sets level 'ALL' by default.
</description>
Modified: trunk/ui/dataTable/src/main/config/component/columnAttributes.ent
===================================================================
--- trunk/ui/dataTable/src/main/config/component/columnAttributes.ent 2008-07-10 12:37:00
UTC (rev 9505)
+++ trunk/ui/dataTable/src/main/config/component/columnAttributes.ent 2008-07-10 12:45:18
UTC (rev 9506)
@@ -129,6 +129,6 @@
<property>
<name>visible</name>
<classname>boolean</classname>
- <description>TODO: </description>
+ <description>The attribute is used to define whether the component is visible or
not. The default value is "true".</description>
<defaultvalue>true</defaultvalue>
</property>
\ No newline at end of file
Show replies by date