Author: vkukharchuk
Date: 2007-06-06 09:31:40 -0400 (Wed, 06 Jun 2007)
New Revision: 1044
Modified:
trunk/docs/userguide/en/included/dropSupport.xml
trunk/richfaces/dataTable/src/main/config/component/dataList.xml
trunk/richfaces/dataTable/src/main/config/component/dataTable.xml
trunk/richfaces/dataTable/src/main/config/component/subTable.xml
trunk/richfaces/drag-drop/src/main/config/component/dndParam.xml
trunk/richfaces/drag-drop/src/main/config/component/dragSupport.xml
trunk/richfaces/drag-drop/src/main/config/component/dropSupport.xml
trunk/richfaces/inputnumber-slider/src/main/config/component/inputNumberSlider.xml
trunk/richfaces/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml
trunk/richfaces/modal-panel/src/main/config/component/modalPanel.xml
trunk/richfaces/paint2D/src/main/config/component/paint2D.xml
trunk/richfaces/panelbar/src/main/config/component/panelbar.xml
trunk/richfaces/tabPanel/src/main/config/component/tabPanel.xml
trunk/richfaces/togglePanel/src/main/config/component/togglePanel.xml
trunk/richfaces/tree/src/main/config/component/tree.xml
Log:
Modified: trunk/docs/userguide/en/included/dropSupport.xml
===================================================================
--- trunk/docs/userguide/en/included/dropSupport.xml 2007-06-06 12:56:22 UTC (rev 1043)
+++ trunk/docs/userguide/en/included/dropSupport.xml 2007-06-06 13:31:40 UTC (rev 1044)
@@ -106,7 +106,7 @@
<rich:dropSupport acceptedTypes="[iconsDragged, textDragged]"
typeMapping="{iconsDragged: DropIcon}">
<rich:dndParam name="DropIcon">
<h:graphicImage value="/images/drop-icon.png"/>
- </rich:dndParam>
+ </rich:dndParam>
...
</programlisting>
Modified: trunk/richfaces/dataTable/src/main/config/component/dataList.xml
===================================================================
--- trunk/richfaces/dataTable/src/main/config/component/dataList.xml 2007-06-06 12:56:22
UTC (rev 1043)
+++ trunk/richfaces/dataTable/src/main/config/component/dataList.xml 2007-06-06 13:31:40
UTC (rev 1044)
@@ -34,7 +34,7 @@
<property>
<name>type</name>
<classname>java.lang.String</classname>
- <description>Corresponds to the HTML DL type attribute.
+ <description>Corresponds to the HTML DL type attribute
</description>
</property>
<property>
@@ -57,7 +57,7 @@
<name>stateVar</name>
<classname>java.lang.String</classname>
<description>
- The attribute provides access to a component state on the client side.
+ The attribute provides access to a component state on the client side
</description>
</property>
<property>
@@ -112,7 +112,7 @@
<property>
<name>type</name>
<classname>java.lang.String</classname>
- <description>Corresponds to the HTML OL type attribute.
+ <description>Corresponds to the HTML OL type attribute
</description>
</property>
<property>
@@ -139,7 +139,7 @@
<name>stateVar</name>
<classname>java.lang.String</classname>
<description>
- The attribute provides access to a component state on the client side.
+ The attribute provides access to a component state on the client side
</description>
</property>
<property>
Modified: trunk/richfaces/dataTable/src/main/config/component/dataTable.xml
===================================================================
--- trunk/richfaces/dataTable/src/main/config/component/dataTable.xml 2007-06-06 12:56:22
UTC (rev 1043)
+++ trunk/richfaces/dataTable/src/main/config/component/dataTable.xml 2007-06-06 13:31:40
UTC (rev 1044)
@@ -40,7 +40,7 @@
<property>
<name>columns</name>
<classname>int</classname>
- <description>Quantity of columns.
+ <description>Quantity of columns
</description>
</property>
<property>
@@ -71,7 +71,7 @@
In addition to the standard pixel, percentage, and relative values,
this attribute allows the special form "0*" (zero asterisk) which
means that the width of the each column in the group should be the minimum width
necessary
- to hold the column's contents. This implies that a column's entire contents
must be known before its width may be correctly computed. Authors should be aware that
specifying "0*" will prevent visual user agents from rendering a table
incrementally.
+ to hold the column's contents. This implies that a column's entire contents
must be known before its width may be correctly computed. Authors should be aware that
specifying "0*" will prevent visual user agents from rendering a table
incrementally
]]></description>
</property>
<property>
@@ -87,7 +87,7 @@
<property>
<name>headerClass</name>
<classname>java.lang.String</classname>
- <description>Space-separated list of CSS style class(es) that are be applied to
header for this component.
+ <description>Space-separated list of CSS style class(es) that are be applied to
header for this component
</description>
</property>
<property>
@@ -106,7 +106,7 @@
<name>rowKey</name>
<classname>java.lang.String</classname>
<description>
- RowKey is a representation of an identifier for a specific data row.
+ RowKey is a representation of an identifier for a specific data row
</description>
</property>
<property>
@@ -118,14 +118,14 @@
<name>stateVar</name>
<classname>java.lang.String</classname>
<description>
- The attribute provides access to a component state on the client side.
+ The attribute provides access to a component state on the client side
</description>
</property>
<property>
<name>value</name>
<classname>java.lang.String</classname>
<description>
- The current value for this component.
+ The current value for this component
</description>
</property>
<!-- rows javascript events -->
@@ -133,43 +133,43 @@
<name>onRowClick</name>
<classname>java.lang.String</classname>
<description>
- HTML: a script expression; a pointer button is clicked on row.
+ HTML: a script expression; a pointer button is clicked on row
</description>
</property>
<property>
<name>onRowDblClick</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer button is double-clicked on
row.
+ <description>HTML: a script expression; a pointer button is double-clicked on
row
</description>
</property>
<property>
<name>onRowMouseUp</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; a pointer button is released on row.
+ <description>HTML: script expression; a pointer button is released on row
</description>
</property>
<property>
<name>onRowMouseDown</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; a pointer button is pressed down on row.
+ <description>HTML: script expression; a pointer button is pressed down on row
</description>
</property>
<property>
<name>onRowMouseOver</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer is moved onto of row.
+ <description>HTML: a script expression; a pointer is moved onto of row
</description>
</property>
<property>
<name>onRowMouseOut</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer is moved away of row.
+ <description>HTML: a script expression; a pointer is moved away of row
</description>
</property>
<property>
<name>onRowMouseMove</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer is moved within of row.
+ <description>HTML: a script expression; a pointer is moved within of row
</description>
</property>
</component>
Modified: trunk/richfaces/dataTable/src/main/config/component/subTable.xml
===================================================================
--- trunk/richfaces/dataTable/src/main/config/component/subTable.xml 2007-06-06 12:56:22
UTC (rev 1043)
+++ trunk/richfaces/dataTable/src/main/config/component/subTable.xml 2007-06-06 13:31:40
UTC (rev 1044)
@@ -56,21 +56,21 @@
<name>stateVar</name>
<classname>java.lang.String</classname>
<description>
- The attribute provides access to a component state on the client side.
+ The attribute provides access to a component state on the client side
</description>
</property>
<property>
<name>rowKey</name>
<classname>java.lang.String</classname>
<description>
- RowKey is a representation of an identifier for a specific data row.
+ RowKey is a representation of an identifier for a specific data row
</description>
</property>
<property>
<name>value</name>
<classname>java.lang.String</classname>
<description>
- The current value for this component.
+ The current value for this component
</description>
</property>
<!--
@@ -87,43 +87,43 @@
<name>onRowClick</name>
<classname>java.lang.String</classname>
<description>
- HTML: a script expression; a pointer button is clicked on row.
+ HTML: a script expression; a pointer button is clicked on row
</description>
</property>
<property>
<name>onRowDblClick</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer button is double-clicked on
row.
+ <description>HTML: a script expression; a pointer button is double-clicked on
row
</description>
</property>
<property>
<name>onRowMouseUp</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; a pointer button is released on row.
+ <description>HTML: script expression; a pointer button is released on row
</description>
</property>
<property>
<name>onRowMouseDown</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; a pointer button is pressed down on row.
+ <description>HTML: script expression; a pointer button is pressed down on row
</description>
</property>
<property>
<name>onRowMouseOver</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer is moved onto of row.
+ <description>HTML: a script expression; a pointer is moved onto of row
</description>
</property>
<property>
<name>onRowMouseOut</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer is moved away of row.
+ <description>HTML: a script expression; a pointer is moved away of row
</description>
</property>
<property>
<name>onRowMouseMove</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer is moved within of row.
+ <description>HTML: a script expression; a pointer is moved within of row
</description>
</property>
</component>
Modified: trunk/richfaces/drag-drop/src/main/config/component/dndParam.xml
===================================================================
--- trunk/richfaces/drag-drop/src/main/config/component/dndParam.xml 2007-06-06 12:56:22
UTC (rev 1043)
+++ trunk/richfaces/drag-drop/src/main/config/component/dndParam.xml 2007-06-06 13:31:40
UTC (rev 1044)
@@ -32,13 +32,13 @@
<property required="true">
<name>name</name>
<classname>java.lang.String</classname>
- <description>A name of this parameter.
+ <description>A name of this parameter
</description>
</property>
<property>
<name>type</name>
<classname>java.lang.String</classname>
- <description>This attribute defines parameter functionality. Possible values are
"drag", "drop" and "default".
+ <description>This attribute defines parameter functionality. Possible values are
"drag", "drop" and "default"
</description>
<defaultvalue>"default"</defaultvalue>
</property>
@@ -46,7 +46,7 @@
<name>value</name>
<classname>java.lang.Object</classname>
<description>
- The current value for this component.
+ The current value for this component
</description>
</property>
</component>
Modified: trunk/richfaces/drag-drop/src/main/config/component/dragSupport.xml
===================================================================
--- trunk/richfaces/drag-drop/src/main/config/component/dragSupport.xml 2007-06-06
12:56:22 UTC (rev 1043)
+++ trunk/richfaces/drag-drop/src/main/config/component/dragSupport.xml 2007-06-06
13:31:40 UTC (rev 1044)
@@ -44,7 +44,7 @@
<name>dragListener</name>
<classname>javax.faces.el.MethodBinding</classname>
<description>
- MethodBinding representing an action listener method that will be notified afrer drag
operation.
+ MethodBinding representing an action listener method that will be notified afrer drag
operation
</description>
<methodargs>org.ajax4jsf.dnd.event.DragEvent.class</methodargs>
</property>
@@ -52,7 +52,7 @@
<name>disableDefault</name>
<classname>java.lang.String</classname>
<description>
- Disable default action for target event (append "return false;" to
javascript ).
+ Disable default action for target event (append "return false;" to
JavaScript)
</description>
</property>
<property>
Modified: trunk/richfaces/drag-drop/src/main/config/component/dropSupport.xml
===================================================================
--- trunk/richfaces/drag-drop/src/main/config/component/dropSupport.xml 2007-06-06
12:56:22 UTC (rev 1043)
+++ trunk/richfaces/drag-drop/src/main/config/component/dropSupport.xml 2007-06-06
13:31:40 UTC (rev 1044)
@@ -45,7 +45,7 @@
<name>disableDefault</name>
<classname>java.lang.String</classname>
<description>
- Disable default action for target event (append "return false;" to
javascript ).
+ Disable default action for target event (append "return false;" to
JavaScript)
</description>
</property>
<property>
Modified:
trunk/richfaces/inputnumber-slider/src/main/config/component/inputNumberSlider.xml
===================================================================
---
trunk/richfaces/inputnumber-slider/src/main/config/component/inputNumberSlider.xml 2007-06-06
12:56:22 UTC (rev 1043)
+++
trunk/richfaces/inputnumber-slider/src/main/config/component/inputNumberSlider.xml 2007-06-06
13:31:40 UTC (rev 1044)
@@ -94,8 +94,7 @@
<property>
<name> showBoundaryValues </name>
<classname>boolean</classname>
- <description>If the min/max values are shown on the right/left borders of a
control.
- Default=true;
+ <description>If the min/max values are shown on the right/left borders of a
control. Default=true
</description>
<defaultvalue>true</defaultvalue>
</property>
@@ -135,7 +134,7 @@
<property>
<name> onerror </name>
<classname>java.lang.String</classname>
- <description>This error is called when a non-number value or a number value
that is out of the range is input.
+ <description>This error is called when a non-number value or a number value
that is out of the range is input
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -149,7 +148,7 @@
<property>
<name> style </name>
<classname>java.lang.String</classname>
- <description>Styles for main div element of the slider control.
+ <description>Styles for main div element of the slider control
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -162,7 +161,7 @@
<property>
<name> barStyle </name>
<classname>java.lang.String</classname>
- <description>Style for a slider control line.
+ <description>Style for a slider control line
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -187,7 +186,7 @@
<property>
<name> tipStyle </name>
<classname>java.lang.String</classname>
- <description>A style for the tool tip element.
+ <description>A style for the tool tip element
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -201,21 +200,21 @@
<name>converterMessage</name>
<classname>java.lang.String</classname>
<description>
- A ValueExpression enabled attribute that, if present, will be used as the text of the
converter message, replacing any message that comes from the converter.
+ A ValueExpression enabled attribute that, if present, will be used as the text of the
converter message, replacing any message that comes from the converter
</description>
</property>
<property>
<name>requiredMessage</name>
<classname>java.lang.String</classname>
<description>
- A ValueExpression enabled attribute that, if present, will be used as the text of the
validation message for the "required" facility, if the "required"
facility is used.
+ A ValueExpression enabled attribute that, if present, will be used as the text of the
validation message for the "required" facility, if the "required"
facility is used
</description>
</property>
<property>
<name>validatorMessage</name>
<classname>java.lang.String</classname>
<description>
- A ValueExpression enabled attribute that, if present, will be used as the text of
the validator message, replacing any message that comes from the validator.
+ A ValueExpression enabled attribute that, if present, will be used as the text of
the validator message, replacing any message that comes from the validator
</description>
</property>
&ui_component_attributes;
Modified:
trunk/richfaces/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml
===================================================================
---
trunk/richfaces/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml 2007-06-06
12:56:22 UTC (rev 1043)
+++
trunk/richfaces/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml 2007-06-06
13:31:40 UTC (rev 1044)
@@ -41,21 +41,21 @@
<name>converterMessage</name>
<classname>java.lang.String</classname>
<description>
- A ValueExpression enabled attribute that, if present, will be used as the text of the
converter message, replacing any message that comes from the converter.
+ A ValueExpression enabled attribute that, if present, will be used as the text of the
converter message, replacing any message that comes from the converter
</description>
</property>
<property>
<name>requiredMessage</name>
<classname>java.lang.String</classname>
<description>
- A ValueExpression enabled attribute that, if present, will be used as the text of the
validation message for the "required" facility, if the "required"
facility is used.
+ A ValueExpression enabled attribute that, if present, will be used as the text of the
validation message for the "required" facility, if the "required"
facility is used
</description>
</property>
<property>
<name>validatorMessage</name>
<classname>java.lang.String</classname>
<description>
- A ValueExpression enabled attribute that, if present, will be used as the text of
the validator message, replacing any message that comes from the validator.
+ A ValueExpression enabled attribute that, if present, will be used as the text of
the validator message, replacing any message that comes from the validator
</description>
</property>
<property>
Modified: trunk/richfaces/modal-panel/src/main/config/component/modalPanel.xml
===================================================================
--- trunk/richfaces/modal-panel/src/main/config/component/modalPanel.xml 2007-06-06
12:56:22 UTC (rev 1043)
+++ trunk/richfaces/modal-panel/src/main/config/component/modalPanel.xml 2007-06-06
13:31:40 UTC (rev 1044)
@@ -44,7 +44,7 @@
<property>
<name>headerClass</name>
<classname>java.lang.String</classname>
- <description>CSS style(s) is/are to be applied to component header when
this component is rendered.
+ <description>CSS style(s) is/are to be applied to component header when
this component is rendered
</description>
<defaultvalue>""</defaultvalue>
</property>
@@ -52,7 +52,7 @@
<property>
<name>controlsClass</name>
<classname>java.lang.String</classname>
- <description>CSS style(s) is/are to be applied to component controls
when this component is rendered.
+ <description>CSS style(s) is/are to be applied to component controls
when this component is rendered
</description>
<defaultvalue>""</defaultvalue>
</property>
@@ -61,14 +61,14 @@
<name>width</name>
<classname>int</classname>
<description>
- Attribute defines width of component.
+ Attribute defines width of component
</description>
<defaultvalue>300</defaultvalue>
</property>
<property>
<name>height</name>
<classname>int</classname>
- <description>Attribute defines height of component.
+ <description>Attribute defines height of component
</description>
<defaultvalue>200</defaultvalue>
</property>
@@ -77,7 +77,7 @@
<name>minWidth</name>
<classname>int</classname>
<description>
- Attribute defines min width of component.
+ Attribute defines min width of component
</description>
<defaultvalue>-1</defaultvalue>
</property>
@@ -85,7 +85,7 @@
<name>minHeight</name>
<classname>int</classname>
<description>
- Attribute defines min height of component.
+ Attribute defines min height of component
</description>
<defaultvalue>-1</defaultvalue>
</property>
@@ -94,7 +94,7 @@
<name>left</name>
<classname>java.lang.String</classname>
<description>
- Attribute defines X position of component left-top corner.
+ Attribute defines X position of component left-top corner
</description>
<defaultvalue>"auto"</defaultvalue>
</property>
@@ -102,7 +102,7 @@
<name>top</name>
<classname>java.lang.String</classname>
<description>
- Attribute defines Y position of component left-top corner.
+ Attribute defines Y position of component left-top corner
</description>
<defaultvalue>"auto"</defaultvalue>
</property>
@@ -111,7 +111,7 @@
<name>resizeable</name>
<classname>boolean</classname>
<description>
- if 'true' there is possibily to change component size.
+ if 'true' there is possibily to change component size
</description>
<defaultvalue>true</defaultvalue>
</property>
@@ -119,7 +119,7 @@
<name>moveable</name>
<classname>boolean</classname>
<description>
- if 'true' there is possibily to move component.
+ if 'true' there is possibily to move component
</description>
<defaultvalue>true</defaultvalue>
</property>
@@ -128,7 +128,7 @@
<name>zindex</name>
<classname>int</classname>
<description>
- Attribute is similar to the standard HTML attribute and can specify window placement
relative to the content.
+ Attribute is similar to the standard HTML attribute and can specify window placement
relative to the content
</description>
<defaultvalue>100</defaultvalue>
</property>
Modified: trunk/richfaces/paint2D/src/main/config/component/paint2D.xml
===================================================================
--- trunk/richfaces/paint2D/src/main/config/component/paint2D.xml 2007-06-06 12:56:22 UTC
(rev 1043)
+++ trunk/richfaces/paint2D/src/main/config/component/paint2D.xml 2007-06-06 13:31:40 UTC
(rev 1044)
@@ -52,7 +52,7 @@
Value calculated at render time and stored in Image URI (as part of cache Key),
at paint time passed to a paint method. It can be used for updating cache at change of
image generating
conditions, and for creating paint beans as "Lightweight" pattern components
(request scope).
- IMPORTANT: Since serialized data stored in URI, avoid using big objects.
+ IMPORTANT: Since serialized data stored in URI, avoid using big objects
]]></description>
</property>
<property elonly="true">
@@ -60,7 +60,7 @@
<classname>javax.faces.el.MethodBinding</classname>
<description><![CDATA[
The method calls expression to paint Image on prepared Buffered image. It must have
two parameters with a type of java.awt.Graphics2D (graphics to paint) and Object (restored
from URI "data" property).
- For painting used 32-bit RGBA color model (for 8-bit images used Diffusion filtration
before sending).
+ For painting used 32-bit RGBA color model (for 8-bit images used Diffusion filtration
before sending)
]]></description>
<methodargs>java.awt.Graphics2D.class,java.lang.Object.class</methodargs>
</property>
@@ -87,7 +87,7 @@
<description>Supported (or not) client/server caching for generated images.
Caching on client supported by properly sending and processing of HTTP headers
(Last-Modified, Expires, If-Modified-Since, etc.)
Server-side caching is supported by application-scope object cache.
- For build of cache key use "value" attribute, serialized to URI.
+ For build of cache key use "value" attribute, serialized to URI
</description>
</property>
<property>
@@ -98,7 +98,7 @@
Hex colors can be used, as well as common color names.
Invalid values are treated as transparent.
Note, that JPEG format doesn't support transparency, and transparent background is
painted black.
- Also note, that several browsers (e.g. IE6) do not support PNG
transparency.]]></description>
+ Also note, that several browsers (e.g. IE6) do not support PNG
transparency]]></description>
<defaultvalue>"transparent"</defaultvalue>
</property>
<property hidden="true">
Modified: trunk/richfaces/panelbar/src/main/config/component/panelbar.xml
===================================================================
--- trunk/richfaces/panelbar/src/main/config/component/panelbar.xml 2007-06-06 12:56:22
UTC (rev 1043)
+++ trunk/richfaces/panelbar/src/main/config/component/panelbar.xml 2007-06-06 13:31:40
UTC (rev 1044)
@@ -33,21 +33,21 @@
<name>converterMessage</name>
<classname>java.lang.String</classname>
<description>
- A ValueExpression enabled attribute that, if present, will be used as the text of the
converter message, replacing any message that comes from the converter.
+ A ValueExpression enabled attribute that, if present, will be used as the text of the
converter message, replacing any message that comes from the converter
</description>
</property>
<property>
<name>requiredMessage</name>
<classname>java.lang.String</classname>
<description>
- A ValueExpression enabled attribute that, if present, will be used as the text of the
validation message for the "required" facility, if the "required"
facility is used.
+ A ValueExpression enabled attribute that, if present, will be used as the text of the
validation message for the "required" facility, if the "required"
facility is used
</description>
</property>
<property>
<name>validatorMessage</name>
<classname>java.lang.String</classname>
<description>
- A ValueExpression enabled attribute that, if present, will be used as the text of
the validator message, replacing any message that comes from the validator.
+ A ValueExpression enabled attribute that, if present, will be used as the text of
the validator message, replacing any message that comes from the validator
</description>
</property>
<property>
@@ -96,7 +96,7 @@
<name>converter</name>
<classname>javax.faces.convert.Converter</classname>
<description>
- Id of Converter to be used or reference to a Converter.
+ Id of Converter to be used or reference to a Converter
</description>
</property>
<property hidden="true">
Modified: trunk/richfaces/tabPanel/src/main/config/component/tabPanel.xml
===================================================================
--- trunk/richfaces/tabPanel/src/main/config/component/tabPanel.xml 2007-06-06 12:56:22
UTC (rev 1043)
+++ trunk/richfaces/tabPanel/src/main/config/component/tabPanel.xml 2007-06-06 13:31:40
UTC (rev 1044)
@@ -32,14 +32,14 @@
<name>converterMessage</name>
<classname>java.lang.String</classname>
<description>
- A ValueExpression enabled attribute that, if present, will be used as the text of the
converter message, replacing any message that comes from the converter.
+ A ValueExpression enabled attribute that, if present, will be used as the text of the
converter message, replacing any message that comes from the converter
</description>
</property>
<property>
<name>requiredMessage</name>
<classname>java.lang.String</classname>
<description>
- A ValueExpression enabled attribute that, if present, will be used as the text of the
validation message for the "required" facility, if the "required"
facility is used.
+ A ValueExpression enabled attribute that, if present, will be used as the text of the
validation message for the "required" facility, if the "required"
facility is used
</description>
</property>
<property>
Modified: trunk/richfaces/togglePanel/src/main/config/component/togglePanel.xml
===================================================================
--- trunk/richfaces/togglePanel/src/main/config/component/togglePanel.xml 2007-06-06
12:56:22 UTC (rev 1043)
+++ trunk/richfaces/togglePanel/src/main/config/component/togglePanel.xml 2007-06-06
13:31:40 UTC (rev 1044)
@@ -73,14 +73,14 @@
<name>converterMessage</name>
<classname>java.lang.String</classname>
<description>
- A ValueExpression enabled attribute that, if present, will be used as the text of the
converter message, replacing any message that comes from the converter.
+ A ValueExpression enabled attribute that, if present, will be used as the text of the
converter message, replacing any message that comes from the converter
</description>
</property>
<property>
<name>requiredMessage</name>
<classname>java.lang.String</classname>
<description>
- A ValueExpression enabled attribute that, if present, will be used as the text of the
validation message for the "required" facility, if the "required"
facility is used.
+ A ValueExpression enabled attribute that, if present, will be used as the text of the
validation message for the "required" facility, if the "required"
facility is used
</description>
</property>
<property>
Modified: trunk/richfaces/tree/src/main/config/component/tree.xml
===================================================================
--- trunk/richfaces/tree/src/main/config/component/tree.xml 2007-06-06 12:56:22 UTC (rev
1043)
+++ trunk/richfaces/tree/src/main/config/component/tree.xml 2007-06-06 13:31:40 UTC (rev
1044)
@@ -57,7 +57,7 @@
<name>stateVar</name>
<classname>java.lang.String</classname>
<description>
- The attribute provides access to a component state on the client side.
+ The attribute provides access to a component state on the client side
</description>
</property>
<property>