Author: vkukharchuk
Date: 2007-06-05 09:53:38 -0400 (Tue, 05 Jun 2007)
New Revision: 1018
Modified:
trunk/richfaces/dataFilterSlider/src/main/config/component/dataFilterSlider.xml
trunk/richfaces/datascroller/src/main/config/component/datascroller.xml
Log:
Modified: trunk/richfaces/dataFilterSlider/src/main/config/component/dataFilterSlider.xml
===================================================================
---
trunk/richfaces/dataFilterSlider/src/main/config/component/dataFilterSlider.xml 2007-06-05
13:06:12 UTC (rev 1017)
+++
trunk/richfaces/dataFilterSlider/src/main/config/component/dataFilterSlider.xml 2007-06-05
13:53:38 UTC (rev 1018)
@@ -71,7 +71,7 @@
<name>styleClass</name>
<classname>java.lang.String</classname>
<description>
- The styleClass for the container div surrounding the component.
+ The styleClass for the container div surrounding the component
</description>
</property>
<property>
@@ -93,7 +93,7 @@
<name>trailerStyleClass</name>
<classname>java.lang.String</classname>
<description>
- The trailerStyleClass for a div following a handle.
+ The trailerStyleClass for a div following a handle
</description>
</property>
<property>
@@ -154,7 +154,7 @@
<name>sliderListener</name>
<classname>javax.faces.el.MethodBinding</classname>
<description>
- MethodBinding representing an action listener method that will be
notified afrer changing of slider control position.
+ MethodBinding representing an action listener method that will be
notified afrer changing of slider control position
</description>
</property>
<property>
@@ -175,7 +175,7 @@
<name>storeResults</name>
<classname>boolean</classname>
<description>
- Specifies if the component will store a UIData object (your table rows)
in session.
+ Specifies if the component will store a UIData object (your table rows)
in session
</description>
</property>
<property hidden="true">
Modified: trunk/richfaces/datascroller/src/main/config/component/datascroller.xml
===================================================================
--- trunk/richfaces/datascroller/src/main/config/component/datascroller.xml 2007-06-05
13:06:12 UTC (rev 1017)
+++ trunk/richfaces/datascroller/src/main/config/component/datascroller.xml 2007-06-05
13:53:38 UTC (rev 1018)
@@ -66,28 +66,28 @@
<property>
<name>handleValue</name>
<classname>java.lang.String</classname>
- <description>Current handle value.
+ <description>Current handle value
</description>
</property>
<property>
<name>binding</name>
<classname>java.lang.String</classname>
- <description>The attribute takes a value-binding expression for a component
property of a backing bean.
+ <description>The attribute takes a value-binding expression for a component
property of a backing bean
</description>
</property>
<property>
<name>scrollerListener</name>
<classname>javax.faces.el.MethodBinding</classname>
- <description>MethodBinding representing an action listener method that will be
notified afrer scrolling.
+ <description>MethodBinding representing an action listener method that will be
notified afrer scrolling
</description>
</property>
<property>
<name>pageIndex</name>
<classname>java.lang.String</classname>
- <description>Attribute defines index of initial page when this component is
rendered.
+ <description>Attribute defines index of initial page when this component is
rendered
</description>
</property>
@@ -99,19 +99,19 @@
<property>
<name>for</name>
<classname>java.lang.String</classname>
- <description>ID of the table component whose data is scrollled.
+ <description>ID of the table component whose data is scrollled
</description>
</property>
<property>
<name>selectedStyle</name>
<classname>java.lang.String</classname>
- <description>Corresponds to the HTML style attribute for the selected cell on
scroller.
+ <description>Corresponds to the HTML style attribute for the selected cell on
scroller
</description>
</property>
<property>
<name>selectedStyleClass</name>
<classname>java.lang.String</classname>
- <description>Corresponds to the HTML class attribute for the selected cell on
scroller.
+ <description>Corresponds to the HTML class attribute for the selected cell on
scroller
</description>
</property>
<property>
@@ -154,7 +154,7 @@
<name>renderIfSinglePage</name>
<classname>boolean</classname>
<description>
- If renderIfSinglePage=true then datascroller is displayed on condition that the data
hold on one page.
+ If renderIfSinglePage=true then datascroller is displayed on condition that the data
hold on one page
</description>
<defaultvalue>true</defaultvalue>
</property>
@@ -164,14 +164,14 @@
<description>
Delay ( in ms. ) for send ajax request on JavaScript
event. In conjunction with events queue can reduce
- number of requests on keyboard or mouse move events.
+ number of requests on keyboard or mouse move events
</description>
</property>
<property>
<name>fastStep</name>
<classname>int</classname>
<description>
- The attribute indicates pages quantity to switch onto when fast scrolling is used.
+ The attribute indicates pages quantity to switch onto when fast scrolling is used
</description>
<defaultvalue>0</defaultvalue>
</property>
@@ -179,7 +179,7 @@
<property>
<name>immediate</name>
<classname>boolean</classname>
- <description>A flag indicating that this component value must be converted and
validated immediately (that is, during Apply Request Values phase), rather than waiting
until a Process Validations phase.
+ <description>A flag indicating that this component value must be converted and
validated immediately (that is, during Apply Request Values phase), rather than waiting
until a Process Validations phase
</description>
</property>
@@ -189,21 +189,21 @@
<property>
<name>ignoreDupResponses</name>
<classname>boolean</classname>
- <description>If true, unfinished request will be aborted on new event.
+ <description>If true, unfinished request will be aborted on new event
</description>
<defaultvalue>true</defaultvalue>
</property>
<property>
<name>eventsQueue</name>
<classname>java.lang.String</classname>
- <description>Name of requests queue to avoid send next request before complete
other from same event. Can be used to reduce number of requests of frequently events (key
press, mouse move etc.).
+ <description>Name of requests queue to avoid send next request before complete
other from same event. Can be used to reduce number of requests of frequently events (key
press, mouse move etc.)
</description>
</property>
<property>
<name>ajaxSingle</name>
<classname>boolean</classname>
- <description>If "true", submits ONLY one field/link, instead of all
form controls.
+ <description>If "true", submits ONLY one field/link, instead of all
form controls
</description>
<defaultvalue>true</defaultvalue>
</property>
@@ -221,7 +221,7 @@
<description>
Possible values are: "show" - default mode. Controls are visible always.
"hide" - controls are hidden.
-"auto" - unnecessary controls are hidden.
+"auto" - unnecessary controls are hidden
</description>
<defaultvalue><![CDATA["show"]]></defaultvalue>
</property>
@@ -231,7 +231,7 @@
<description>
Possible values are: "show" - default mode. Controls are visible always.
"hide" - controls are hidden.
-"auto" - unnecessary controls are hidden.
+"auto" - unnecessary controls are hidden
</description>
<defaultvalue><![CDATA["show"]]></defaultvalue>
</property>
Show replies by date