Author: vkukharchuk
Date: 2007-06-05 08:08:45 -0400 (Tue, 05 Jun 2007)
New Revision: 1011
Modified:
trunk/richfaces/dataTable/src/main/config/component/colgroup.xml
trunk/richfaces/dataTable/src/main/config/component/column.xml
trunk/richfaces/dataTable/src/main/config/component/dataGrid.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/datascroller/src/main/config/component/datascroller.xml
trunk/richfaces/inputnumber-slider/src/main/config/component/inputNumberSlider.xml
trunk/richfaces/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml
trunk/richfaces/menu-components/src/main/config/component/menucomponents.xml
trunk/richfaces/panelbar/src/main/config/component/panelbar.xml
trunk/richfaces/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml
trunk/richfaces/suggestionbox/src/main/config/component/suggestionbox.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
trunk/richfaces/tree/src/main/config/component/treeNode.xml
Log:
Modified: trunk/richfaces/dataTable/src/main/config/component/colgroup.xml
===================================================================
--- trunk/richfaces/dataTable/src/main/config/component/colgroup.xml 2007-06-05 08:50:48
UTC (rev 1010)
+++ trunk/richfaces/dataTable/src/main/config/component/colgroup.xml 2007-06-05 12:08:45
UTC (rev 1011)
@@ -32,7 +32,7 @@
<property>
<name>breakBefore</name>
<classname>java.lang.String</classname>
- <description>if 'true' next column begins from the first
row.</description>
+ <description>if 'true' next column begins from the first
row</description>
</property>
<property>
<name>columnClasses</name>
Modified: trunk/richfaces/dataTable/src/main/config/component/column.xml
===================================================================
--- trunk/richfaces/dataTable/src/main/config/component/column.xml 2007-06-05 08:50:48 UTC
(rev 1010)
+++ trunk/richfaces/dataTable/src/main/config/component/column.xml 2007-06-05 12:08:45 UTC
(rev 1011)
@@ -38,27 +38,27 @@
<property>
<name>colspan</name>
<classname>int</classname>
- <description>Corresponds to the HTML colspan attribute.</description>
+ <description>Corresponds to the HTML colspan attribute</description>
</property>
<property>
<name>rowspan</name>
<classname>int</classname>
- <description>Corresponds to the HTML rowspan attribute.</description>
+ <description>Corresponds to the HTML rowspan attribute</description>
</property>
<property>
<name>breakBefore</name>
<classname>boolean</classname>
- <description>if 'true' next column begins from the first
row.</description>
+ <description>if 'true' next column begins from the first
row</description>
</property>
<property>
<name>headerClass</name>
<classname>java.lang.String</classname>
- <description>Space-separated list of CSS style class(es) that are be applied to
any header generated for this table.</description>
+ <description>Space-separated list of CSS style class(es) that are be applied to
any header generated for this table</description>
</property>
<property>
<name>footerClass</name>
<classname>java.lang.String</classname>
- <description>Space-separated list of CSS style class(es) that are be applied to
any footer generated for this table.</description>
+ <description>Space-separated list of CSS style class(es) that are be applied to
any footer generated for this table</description>
</property>
<!--
<property>
Modified: trunk/richfaces/dataTable/src/main/config/component/dataGrid.xml
===================================================================
--- trunk/richfaces/dataTable/src/main/config/component/dataGrid.xml 2007-06-05 08:50:48
UTC (rev 1010)
+++ trunk/richfaces/dataTable/src/main/config/component/dataGrid.xml 2007-06-05 12:08:45
UTC (rev 1011)
@@ -38,7 +38,7 @@
<property>
<name>ajaxKeys</name>
<classname>java.lang.String</classname>
- <description>This attribute defines strings that are updated after an AJAX
request. </description>
+ <description>This attribute defines strings that are updated after an AJAX
request</description>
</property>
<property>
<name>elements</name>
@@ -55,13 +55,13 @@
<property>
<name>border</name>
<classname>java.lang.String</classname>
- <description>This attributes specifies the width of the frame around a
component.</description>
+ <description>This attributes specifies the width of the frame around a
component</description>
<defaultvalue>"0"</defaultvalue>
</property>
<property>
<name>cellpadding</name>
<classname>java.lang.String</classname>
- <description>This attribute specifies the amount of space between the border of
the cell and its contents.</description>
+ <description>This attribute specifies the amount of space between the border of
the cell and its contents</description>
<defaultvalue>"0"</defaultvalue>
</property>
<property>
@@ -74,12 +74,12 @@
<property>
<name>captionClass</name>
<classname>java.lang.String</classname>
- <description>Space-separated list of CSS style class(es) that are be applied to
caption for this component.</description>
+ <description>Space-separated list of CSS style class(es) that are be applied to
caption for this component</description>
</property>
<property>
<name>captionStyle</name>
<classname>java.lang.String</classname>
- <description>CSS style(s) is/are to be applied to caption when this component is
rendered.</description>
+ <description>CSS style(s) is/are to be applied to caption when this component is
rendered</description>
</property>
<property>
<name>headerClass</name>
@@ -112,7 +112,7 @@
<property>
<name>rowKeyVar</name>
<classname>java.lang.String</classname>
- <description>The attribute provides access to a row key in a Request
scope.</description>
+ <description>The attribute provides access to a row key in a Request
scope</description>
</property>
<property>
<name>rowKey</name>
@@ -175,7 +175,7 @@
<property>
<name>componentState</name>
<classname>java.lang.String</classname>
- <description>It defines EL-binding for a component state for saving or
redefinition.</description>
+ <description>It defines EL-binding for a component state for saving or
redefinition</description>
</property>
</component>
</components>
Modified: trunk/richfaces/dataTable/src/main/config/component/dataList.xml
===================================================================
--- trunk/richfaces/dataTable/src/main/config/component/dataList.xml 2007-06-05 08:50:48
UTC (rev 1010)
+++ trunk/richfaces/dataTable/src/main/config/component/dataList.xml 2007-06-05 12:08:45
UTC (rev 1011)
@@ -40,18 +40,18 @@
<property>
<name>ajaxKeys</name>
<classname>java.lang.String</classname>
- <description>This attribute defines strings that are updated after an AJAX
request. </description>
+ <description>This attribute defines strings that are updated after an AJAX
request</description>
</property>
<property>
<name>rowKey</name>
<classname>java.lang.String</classname>
- <description>RowKey is a representation of an identifier for a specific data
row.</description>
+ <description>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.</description>
+ <description>The current value for this component</description>
</property>
<property>
<name>stateVar</name>
@@ -63,12 +63,12 @@
<property>
<name>rowKeyVar</name>
<classname>java.lang.String</classname>
- <description>The attribute provides access to a row key in a Request
scope.</description>
+ <description>The attribute provides access to a row key in a Request
scope</description>
</property>
<property>
<name>componentState</name>
<classname>java.lang.String</classname>
- <description>It defines EL-binding for a component state for saving or
redefinition.</description>
+ <description>It defines EL-binding for a component state for saving or
redefinition</description>
</property>
<!--
<property>
@@ -118,22 +118,22 @@
<property>
<name>ajaxKeys</name>
<classname>java.lang.String</classname>
- <description>This attribute defines strings that are updated after an AJAX
request. </description>
+ <description>This attribute defines strings that are updated after an AJAX
request</description>
</property>
<property>
<name>rowKey</name>
<classname>java.lang.String</classname>
- <description>RowKey is a representation of an identifier for a specific data
row.</description>
+ <description>RowKey is a representation of an identifier for a specific data
row</description>
</property>
<property>
<name>rowKeyVar</name>
<classname>java.lang.String</classname>
- <description>The attribute provides access to a row key in a Request
scope.</description>
+ <description>The attribute provides access to a row key in a Request
scope</description>
</property>
<property>
<name>value</name>
<classname>java.lang.String</classname>
- <description>The current value for this component.</description>
+ <description>The current value for this component</description>
</property>
<property>
<name>stateVar</name>
@@ -145,7 +145,7 @@
<property>
<name>componentState</name>
<classname>java.lang.String</classname>
- <description>It defines EL-binding for a component state for saving or
redefinition.</description>
+ <description>It defines EL-binding for a component state for saving or
redefinition</description>
</property>
<!--
<property>
@@ -202,32 +202,32 @@
<property>
<name>ajaxKeys</name>
<classname>java.lang.String</classname>
- <description>This attribute defines strings that are updated after an AJAX
request. </description>
+ <description>This attribute defines strings that are updated after an AJAX
request</description>
</property>
<property>
<name>rowKey</name>
<classname>java.lang.String</classname>
- <description>RowKey is a representation of an identifier for a specific data
row.</description>
+ <description>RowKey is a representation of an identifier for a specific data
row</description>
</property>
<property>
<name>rowKeyVar</name>
<classname>java.lang.String</classname>
- <description>The attribute provides access to a row key in a Request
scope.</description>
+ <description>The attribute provides access to a row key in a Request
scope</description>
</property>
<property>
<name>value</name>
<classname>java.lang.String</classname>
- <description>The current value for this component.</description>
+ <description>The current value for this component</description>
</property>
<property>
<name>stateVar</name>
<classname>java.lang.String</classname>
- <description>The attribute provides access to a component state on the client
side.</description>
+ <description>The attribute provides access to a component state on the client
side</description>
</property>
<property>
<name>componentState</name>
<classname>java.lang.String</classname>
- <description>It defines EL-binding for a component state for saving or
redefinition.</description>
+ <description>It defines EL-binding for a component state for saving or
redefinition</description>
</property>
Modified: trunk/richfaces/dataTable/src/main/config/component/dataTable.xml
===================================================================
--- trunk/richfaces/dataTable/src/main/config/component/dataTable.xml 2007-06-05 08:50:48
UTC (rev 1010)
+++ trunk/richfaces/dataTable/src/main/config/component/dataTable.xml 2007-06-05 12:08:45
UTC (rev 1011)
@@ -35,7 +35,7 @@
<property>
<name>ajaxKeys</name>
<classname>java.lang.String</classname>
- <description>This attribute defines strings that are updated after an AJAX
request. </description>
+ <description>This attribute defines strings that are updated after an AJAX
request</description>
</property>
<property>
<name>columns</name>
@@ -46,13 +46,13 @@
<property>
<name>border</name>
<classname>java.lang.String</classname>
- <description>This attributes specifies the width of the frame around a
component.</description>
+ <description>This attributes specifies the width of the frame around a
component</description>
<defaultvalue>"0"</defaultvalue>
</property>
<property>
<name>cellpadding</name>
<classname>java.lang.String</classname>
- <description>This attribute specifies the amount of space between the border of
the cell and its contents.</description>
+ <description>This attribute specifies the amount of space between the border of
the cell and its contents</description>
<defaultvalue>"0"</defaultvalue>
</property>
<property>
@@ -77,12 +77,12 @@
<property>
<name>captionClass</name>
<classname>java.lang.String</classname>
- <description>Space-separated list of CSS style class(es) that are be applied to
caption for this component.</description>
+ <description>Space-separated list of CSS style class(es) that are be applied to
caption for this component</description>
</property>
<property>
<name>captionStyle</name>
<classname>java.lang.String</classname>
- <description>CSS style(s) is/are to be applied to caption when this component is
rendered.</description>
+ <description>CSS style(s) is/are to be applied to caption when this component is
rendered</description>
</property>
<property>
<name>headerClass</name>
@@ -100,7 +100,7 @@
<property>
<name>componentState</name>
<classname>java.lang.String</classname>
- <description>It defines EL-binding for a component state for saving or
redefinition.</description>
+ <description>It defines EL-binding for a component state for saving or
redefinition</description>
</property>
<property>
<name>rowKey</name>
@@ -112,7 +112,7 @@
<property>
<name>rowKeyVar</name>
<classname>java.lang.String</classname>
- <description>The attribute provides access to a row key in a Request
scope.</description>
+ <description>The attribute provides access to a row key in a Request
scope</description>
</property>
<property>
<name>stateVar</name>
Modified: trunk/richfaces/dataTable/src/main/config/component/subTable.xml
===================================================================
--- trunk/richfaces/dataTable/src/main/config/component/subTable.xml 2007-06-05 08:50:48
UTC (rev 1010)
+++ trunk/richfaces/dataTable/src/main/config/component/subTable.xml 2007-06-05 12:08:45
UTC (rev 1011)
@@ -34,7 +34,7 @@
<property>
<name>ajaxKeys</name>
<classname>java.lang.String</classname>
- <description>This attribute defines strings that are updated after an AJAX
request. </description>
+ <description>This attribute defines strings that are updated after an AJAX
request</description>
</property>
<property disabled="true" hidden="true">
<name>breakBefore</name>
@@ -45,12 +45,12 @@
<property>
<name>componentState</name>
<classname>java.lang.String</classname>
- <description>It defines EL-binding for a component state for saving or
redefinition.</description>
+ <description>It defines EL-binding for a component state for saving or
redefinition</description>
</property>
<property>
<name>rowKeyVar</name>
<classname>java.lang.String</classname>
- <description>The attribute provides access to a row key in a Request
scope.</description>
+ <description>The attribute provides access to a row key in a Request
scope</description>
</property>
<property>
<name>stateVar</name>
Modified: trunk/richfaces/datascroller/src/main/config/component/datascroller.xml
===================================================================
--- trunk/richfaces/datascroller/src/main/config/component/datascroller.xml 2007-06-05
08:50:48 UTC (rev 1010)
+++ trunk/richfaces/datascroller/src/main/config/component/datascroller.xml 2007-06-05
12:08:45 UTC (rev 1011)
@@ -94,7 +94,7 @@
<property>
<name>rendered</name>
<classname>java.lang.String</classname>
- <description>If "false", this component is not
rendered.</description>
+ <description>If "false", this component is not
rendered</description>
</property>
<property>
<name>for</name>
@@ -251,7 +251,7 @@
<property>
<name>actionExpression</name>
<classname>java.lang.String</classname>
- <description>The action method binding expression.</description>
+ <description>The action method binding expression</description>
</property>
Modified:
trunk/richfaces/inputnumber-slider/src/main/config/component/inputNumberSlider.xml
===================================================================
---
trunk/richfaces/inputnumber-slider/src/main/config/component/inputNumberSlider.xml 2007-06-05
08:50:48 UTC (rev 1010)
+++
trunk/richfaces/inputnumber-slider/src/main/config/component/inputNumberSlider.xml 2007-06-05
12:08:45 UTC (rev 1011)
@@ -45,7 +45,7 @@
<property>
<name> value </name>
<classname>java.lang.String</classname>
- <description> Value to set as a result of working with a slider control.
</description>
+ <description> Value to set as a result of working with a slider
control</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
@@ -69,26 +69,26 @@
<property>
<name> width </name>
<classname>java.lang.String</classname>
- <description> The width of a slider control.</description>
+ <description> The width of a slider control</description>
<defaultvalue><![CDATA["200px"]]></defaultvalue>
</property>
<property hidden="true">
<name> height </name>
<classname>java.lang.String</classname>
- <description> The height of a slider control.</description>
+ <description> The height of a slider control</description>
<defaultvalue><![CDATA["20px"]]></defaultvalue>
</property>
<property>
<name> enableManualInput </name>
<classname>boolean</classname>
<description>False value for this attribute makes a text field
"read-only", so the value can be
- changed only from a handle. </description>
+ changed only from a handle</description>
<defaultvalue>true</defaultvalue>
</property>
<property>
<name> showInput </name>
<classname>boolean</classname>
- <description>False value for this attribute makes text a field invisible.
</description>
+ <description>False value for this attribute makes text a field
invisible</description>
<defaultvalue>true</defaultvalue>
</property>
<property>
@@ -110,19 +110,19 @@
<property>
<name> inputStyle </name>
<classname>java.lang.String</classname>
- <description> Style attribute for text field. </description>
+ <description>Style attribute for text field</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name> inputClass </name>
<classname>java.lang.String</classname>
- <description> Style Class attribute for a text field.</description>
+ <description> Style Class attribute for a text field</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name> inputSize </name>
<classname>int</classname>
- <description> Similar to the "Size" attribute of
h:inputText.</description>
+ <description> Similar to the "Size" attribute of
h:inputText</description>
<defaultvalue><![CDATA[3]]></defaultvalue>
</property>
<property>
@@ -169,19 +169,19 @@
<property>
<name> barClass </name>
<classname>java.lang.String</classname>
- <description>A name of CSS class for the bar element.</description>
+ <description>A name of CSS class for the bar element</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name> handleClass </name>
<classname>java.lang.String</classname>
- <description>A name of CSS class for a control handle
element.</description>
+ <description>A name of CSS class for a control handle
element</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name> handleSelectedClass </name>
<classname>java.lang.String</classname>
- <description>A name of CSS class for a selected control handle
element.</description>
+ <description>A name of CSS class for a selected control handle
element</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
@@ -194,7 +194,7 @@
<property>
<name> tipClass </name>
<classname>java.lang.String</classname>
- <description>A name of CSS class for the tool tip
element.</description>
+ <description>A name of CSS class for the tool tip
element</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
@@ -234,7 +234,7 @@
<property hidden="true">
<name>alt</name>
<classname>java.lang.String</classname>
- <description>For user agents that cannot display images, forms, or applets, this
attribute specifies an alternate text. Language of an alternate text is specified by the
lang attribute.</description>
+ <description>For user agents that cannot display images, forms, or applets, this
attribute specifies an alternate text. Language of an alternate text is specified by the
lang attribute</description>
</property>
<property hidden="true">
<name>localValueSet</name>
Modified:
trunk/richfaces/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml
===================================================================
---
trunk/richfaces/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml 2007-06-05
08:50:48 UTC (rev 1010)
+++
trunk/richfaces/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml 2007-06-05
12:08:45 UTC (rev 1011)
@@ -61,19 +61,19 @@
<property>
<name>minValue</name>
<classname>java.lang.String</classname>
- <description>Minimum value.</description>
+ <description>Minimum value</description>
<defaultvalue><![CDATA["0"]]></defaultvalue>
</property>
<property>
<name>maxValue</name>
<classname>java.lang.String</classname>
- <description>Maximum value.</description>
+ <description>Maximum value</description>
<defaultvalue><![CDATA["100"]]></defaultvalue>
</property>
<property>
<name>step</name>
<classname>java.lang.String</classname>
- <description>Parameter that determines the step between nearest values while
using controls.</description>
+ <description>Parameter that determines the step between nearest values while
using controls</description>
<defaultvalue><![CDATA["1"]]></defaultvalue>
</property>
<property>
@@ -111,7 +111,7 @@
<property>
<name>onerror</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; event fires whenever an JavaScript
error occurs.</description>
+ <description>HTML: a script expression; event fires whenever an JavaScript
error occurs</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
@@ -128,13 +128,13 @@
<property>
<name> inputClass </name>
<classname>java.lang.String</classname>
- <description> Class attribute for text field. </description>
+ <description> Class attribute for text field</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name> inputStyle </name>
<classname>java.lang.String</classname>
- <description> Style attribute for text field. </description>
+ <description> Style attribute for text field</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<!--
Modified: trunk/richfaces/menu-components/src/main/config/component/menucomponents.xml
===================================================================
---
trunk/richfaces/menu-components/src/main/config/component/menucomponents.xml 2007-06-05
08:50:48 UTC (rev 1010)
+++
trunk/richfaces/menu-components/src/main/config/component/menucomponents.xml 2007-06-05
12:08:45 UTC (rev 1011)
@@ -42,13 +42,13 @@
<name>disabled</name>
<classname>boolean</classname>
<description>If "true" sets state of the item to disabled
state.
- "false" is default.</description>
+ "false" is default</description>
<defaultvalue>false</defaultvalue>
</property>
<property required="true">
<name>value</name>
<classname>java.lang.Object</classname>
- <description>Defines representation text for
menuItem.</description>
+ <description>Defines representation text for
menuItem</description>
</property>
<property>
<name>direction</name>
@@ -72,13 +72,13 @@
<name>event</name>
<classname>java.lang.String</classname>
<description>Defines the event on the representation element that
- triggers the menu's appearance.</description>
+ triggers the menu's appearance</description>
<defaultvalue>"onmouseover"</defaultvalue>
</property>
<property>
<name>showDelay</name>
<classname>java.lang.Integer</classname>
- <description>Delay between event and menu showing.</description>
+ <description>Delay between event and menu showing</description>
<defaultvalue><![CDATA[new Integer(300)]]></defaultvalue>
</property>
<property>
@@ -106,14 +106,14 @@
<name>onopen</name>
<classname>java.lang.String</classname>
<description>HTML: script expression; group was
- opened.</description>
+ opened</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>onclose</name>
<classname>java.lang.String</classname>
<description>HTML: script expression; group was
- closed.</description>
+ closed</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -121,23 +121,23 @@
<name>selectStyle</name>
<classname>java.lang.String</classname>
<description>CSS style rules to be applied to selected
- items.</description>
+ items</description>
</property>
<property>
<name>selectClass</name>
<classname>java.lang.String</classname>
- <description>Class to be applied to selected
items.</description>
+ <description>Class to be applied to selected items</description>
</property>
<property>
<name>iconStyle</name>
<classname>java.lang.String</classname>
<description>CSS style rules to be applied to icon
- element.</description>
+ element</description>
</property>
<property>
<name>iconClass</name>
<classname>java.lang.String</classname>
- <description>Class to be applied to icon element.</description>
+ <description>Class to be applied to icon element</description>
</property>
<property>
<name>converter</name>
@@ -192,7 +192,7 @@
<property>
<name>actionExpression</name>
<classname>java.lang.String</classname>
- <description>The action method binding expression.</description>
+ <description>The action method binding expression</description>
</property>
<property>
<name>disabled</name>
@@ -230,7 +230,7 @@
<name>onselect</name>
<classname>java.lang.String</classname>
<description>HTML: script expression; The onselect event occurs when
- a user selects some menu item.</description>
+ a user selects some menu item</description>
<defaultvalue>""</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-05 08:50:48
UTC (rev 1010)
+++ trunk/richfaces/panelbar/src/main/config/component/panelbar.xml 2007-06-05 12:08:45
UTC (rev 1011)
@@ -74,7 +74,7 @@
<property>
<name>styleClass</name>
<classname>java.lang.String</classname>
- <description>Corresponds to the HTML class attribute.</description>
+ <description>Corresponds to the HTML class attribute</description>
</property>
<property>
<name>headerStyleActive</name>
Modified:
trunk/richfaces/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml
===================================================================
---
trunk/richfaces/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml 2007-06-05
08:50:48 UTC (rev 1010)
+++
trunk/richfaces/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml 2007-06-05
12:08:45 UTC (rev 1011)
@@ -46,7 +46,7 @@
<property>
<name>actionExpression</name>
<classname>java.lang.String</classname>
- <description>The action method binding expression.</description>
+ <description>The action method binding expression</description>
</property>
<property>
<name>height</name>
Modified: trunk/richfaces/suggestionbox/src/main/config/component/suggestionbox.xml
===================================================================
--- trunk/richfaces/suggestionbox/src/main/config/component/suggestionbox.xml 2007-06-05
08:50:48 UTC (rev 1010)
+++ trunk/richfaces/suggestionbox/src/main/config/component/suggestionbox.xml 2007-06-05
12:08:45 UTC (rev 1011)
@@ -127,7 +127,7 @@
<property>
<name>onsubmit</name>
<classname>java.lang.String</classname>
- <description>JavaScript code for call before submission of ajax
event.</description>
+ <description>JavaScript code for call before submission of ajax
event</description>
</property>
<property>
Modified: trunk/richfaces/tabPanel/src/main/config/component/tabPanel.xml
===================================================================
--- trunk/richfaces/tabPanel/src/main/config/component/tabPanel.xml 2007-06-05 08:50:48
UTC (rev 1010)
+++ trunk/richfaces/tabPanel/src/main/config/component/tabPanel.xml 2007-06-05 12:08:45
UTC (rev 1011)
@@ -80,7 +80,7 @@
<property>
<name>selectedTab</name>
<classname>java.lang.Object</classname>
- <description>Attribure defines name of selected tab.</description>
+ <description>Attribure defines name of selected tab</description>
</property>
<property>
<name>activeTabClass</name>
@@ -165,12 +165,12 @@
<property>
<name>actionExpression</name>
<classname>java.lang.String</classname>
- <description>The action method binding expression.</description>
+ <description>The action method binding expression</description>
</property>
<property>
<name>name</name>
<classname>java.lang.Object</classname>
- <description>Attribute defines tab name.</description>
+ <description>Attribute defines tab name</description>
<defaultvalue>getId()</defaultvalue>
</property>
<property >
@@ -181,12 +181,12 @@
<property>
<name>label</name>
<classname>java.lang.String</classname>
- <description>Text for the actual "tab" in a tab
section.</description>
+ <description>Text for the actual "tab" in a tab
section</description>
</property>
<property>
<name>title</name>
<classname>java.lang.String</classname>
- <description>HTML: An advisory title for this element. Often displayed as a
tooltip.</description>
+ <description>HTML: An advisory title for this element. Often displayed as a
tooltip</description>
</property>
<property>
<name>labelWidth</name>
Modified: trunk/richfaces/togglePanel/src/main/config/component/togglePanel.xml
===================================================================
--- trunk/richfaces/togglePanel/src/main/config/component/togglePanel.xml 2007-06-05
08:50:48 UTC (rev 1010)
+++ trunk/richfaces/togglePanel/src/main/config/component/togglePanel.xml 2007-06-05
12:08:45 UTC (rev 1011)
@@ -190,7 +190,7 @@
<property>
<name>actionExpression</name>
<classname>java.lang.String</classname>
- <description>The action method binding expression.</description>
+ <description>The action method binding expression</description>
</property>
<property>
Modified: trunk/richfaces/tree/src/main/config/component/tree.xml
===================================================================
--- trunk/richfaces/tree/src/main/config/component/tree.xml 2007-06-05 08:50:48 UTC (rev
1010)
+++ trunk/richfaces/tree/src/main/config/component/tree.xml 2007-06-05 12:08:45 UTC (rev
1011)
@@ -63,12 +63,12 @@
<property>
<name>rowKeyVar</name>
<classname>java.lang.String</classname>
- <description>The attribute provides access to a row key in a Request
scope.</description>
+ <description>The attribute provides access to a row key in a Request
scope</description>
</property>
<property>
<name>componentState</name>
<classname>java.lang.String</classname>
- <description>It defines EL-binding for a component state for saving or
redefinition.</description>
+ <description>It defines EL-binding for a component state for saving or
redefinition</description>
</property>
<property>
<name>nodeFace</name>
@@ -78,17 +78,17 @@
<property>
<name>changeExpandListener</name>
<classname>javax.faces.el.MethodBinding</classname>
- <description>Listener called on expand/collapse event on the
node.</description>
+ <description>Listener called on expand/collapse event on the
node</description>
</property>
<property>
<name>dragListener</name>
<classname>javax.faces.el.MethodBinding</classname>
- <description>MethodBinding representing an action listener method that will be
notified after drag operation. </description>
+ <description>MethodBinding representing an action listener method that will be
notified after drag operation</description>
</property>
<property>
<name>dropListener</name>
<classname>javax.faces.el.MethodBinding</classname>
- <description>MethodBinding representing an action listener method that will be
notified after drop operation. </description>
+ <description>MethodBinding representing an action listener method that will be
notified after drop operation</description>
</property>
<property>
<name>nodeSelectListener</name>
@@ -98,7 +98,7 @@
<property>
<name>iconLeaf</name>
<classname>java.lang.String</classname>
- <description>An icon for component leaves.</description>
+ <description>An icon for component leaves</description>
</property>
<property>
<name>switchType</name>
@@ -109,17 +109,17 @@
<property>
<name>dragIndicator</name>
<classname>java.lang.String</classname>
- <description>An indicator component id.</description>
+ <description>An indicator component id</description>
</property>
<property>
<name>value</name>
<classname>java.lang.String</classname>
- <description>The current value for this component.</description>
+ <description>The current value for this component</description>
</property>
<property>
<name>var</name>
<classname>java.lang.String</classname>
- <description>Attribute contains a name providing an access to data defined with
value.</description>
+ <description>Attribute contains a name providing an access to data defined with
value</description>
</property>
&commonTreeClientListeners;
<property>
Modified: trunk/richfaces/tree/src/main/config/component/treeNode.xml
===================================================================
--- trunk/richfaces/tree/src/main/config/component/treeNode.xml 2007-06-05 08:50:48 UTC
(rev 1010)
+++ trunk/richfaces/tree/src/main/config/component/treeNode.xml 2007-06-05 12:08:45 UTC
(rev 1011)
@@ -47,7 +47,7 @@
<property required="true">
<name>type</name>
<classname>java.lang.String</classname>
- <description>A node type.</description>
+ <description>A node type</description>
</property>
<property>
<name>ajaxSubmitSelection</name>
@@ -76,17 +76,17 @@
<property>
<name>changeExpandListener</name>
<classname>javax.faces.el.MethodBinding</classname>
- <description>Listener called on expand/collapse event on the
node.</description>
+ <description>Listener called on expand/collapse event on the
node</description>
</property>
<property>
<name>dragListener</name>
<classname>javax.faces.el.MethodBinding</classname>
- <description>MethodBinding representing an action listener method that will be
notified after drag operation. </description>
+ <description>MethodBinding representing an action listener method that will be
notified after drag operation</description>
</property>
<property>
<name>dropListener</name>
<classname>javax.faces.el.MethodBinding</classname>
- <description>MethodBinding representing an action listener method that will be
notified after drop operation. </description>
+ <description>MethodBinding representing an action listener method that will be
notified after drop operation</description>
</property>
<property>
<name>nodeSelectListener</name>
@@ -96,7 +96,7 @@
<property>
<name>iconLeaf</name>
<classname>java.lang.String</classname>
- <description>An icon for component leaves.</description>
+ <description>An icon for component leaves</description>
</property>
&commonTreeClientListeners;