Author: msorokin
Date: 2008-04-25 12:02:11 -0400 (Fri, 25 Apr 2008)
New Revision: 8193
Modified:
trunk/ui/datascroller/src/main/config/component/datascroller.xml
Log:
http://jira.jboss.com/jira/browse/RF-2220
http://jira.jboss.com/jira/browse/RF-730
Corrected language and added default values
Modified: trunk/ui/datascroller/src/main/config/component/datascroller.xml
===================================================================
--- trunk/ui/datascroller/src/main/config/component/datascroller.xml 2008-04-25 16:01:59
UTC (rev 8192)
+++ trunk/ui/datascroller/src/main/config/component/datascroller.xml 2008-04-25 16:02:11
UTC (rev 8193)
@@ -138,7 +138,7 @@
<name>maxPages</name>
<classname>int</classname>
<description>
- Maximum quantity of pages
+ Maximum quantity of pages. Default value is "10".
</description>
<defaultvalue>10</defaultvalue>
</property>
@@ -147,7 +147,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 is "true" then datascroller is displayed on
condition that the data hold on one page. Default value is "true".
</description>
<defaultvalue>true</defaultvalue>
</property>
@@ -163,7 +163,7 @@
<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.
Default value is "0".
</description>
<defaultvalue>0</defaultvalue>
</property>
@@ -184,7 +184,7 @@
<description>
Attribute allows to ignore an Ajax Response produced by a request if the newest
'similar' request is
in a queue already. ignoreDupResponses="true" does not cancel the request while
it is processed on the server,
-but just allows to avoid unnecessary updates on the client side if the response isn't
actual now
+but just allows to avoid unnecessary updates on the client side if the response isn't
actual now. Default value is "true".
</description>
<defaultvalue>true</defaultvalue>
</property>
@@ -198,7 +198,7 @@
<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. Default value is "true".
</description>
<defaultvalue>true</defaultvalue>
</property>
@@ -206,7 +206,9 @@
<name>align</name>
<classname>java.lang.String</classname>
<description>
- left|center|right [CI] Deprecated. This attribute specifies the position of the table
with respect to the document. Permitted values: * left: The table is to the left of the
document. * center: The table is to the center of the document. * right: The table is to
the right of the document
+ This attribute specifies the position of the table with relatively to the document.
+ Possible values are
"left","center","right ". Default
value is "center".
+
</description>
<defaultvalue>"center"</defaultvalue>
</property>
@@ -214,9 +216,9 @@
<name>boundaryControls</name>
<classname>java.lang.String</classname>
<description>
-Possible values are: "show" - default mode. Controls are visible always.
-"hide" - controls are hidden.
-"auto" - unnecessary controls are hidden
+ The attribute specifies the visibility of boundaryControls.
+ Possible values are: "show" (controls are always visible ).
"hide" (controls are hidden.
+ "auto" (unnecessary controls are hidden). Default value is
"show".
</description>
<defaultvalue><![CDATA["show"]]></defaultvalue>
</property>
@@ -224,9 +226,9 @@
<name>fastControls</name>
<classname>java.lang.String</classname>
<description>
-Possible values are: "show" - default mode. Controls are visible always.
-"hide" - controls are hidden.
-"auto" - unnecessary controls are hidden
+ The attribute specifies the visibility of fastControls.
+ Possible values are: "show" (controls are always visible ).
"hide" (controls are hidden.
+ "auto" (unnecessary controls are hidden). Default value is
"show".
</description>
<defaultvalue><![CDATA["show"]]></defaultvalue>
</property>
@@ -235,9 +237,9 @@
<name>stepControls</name>
<classname>java.lang.String</classname>
<description>
-Possible values are: "show" - default mode. Controls are visible always.
-"hide" - controls are hidden.
-"auto" - unnecessary controls are hidden
+ The attribute specifies the visibility of stepControls.
+ Possible values are: "show" (controls are always visible ).
"hide" (controls are hidden.
+ "auto" (unnecessary controls are hidden). Default value is
"show".
</description>
<defaultvalue><![CDATA["show"]]></defaultvalue>
@@ -250,7 +252,7 @@
<property>
<name>page</name>
<classname>int</classname>
- <description><![CDATA[If page >= 1 then it's a
number of page to show]]></description>
+ <description><![CDATA[If page >= 1 then it's a
page number to show]]></description>
</property>
<property>
@@ -267,14 +269,14 @@
<property>
<name>onpagechange</name>
- <classname>java.lang.String</classname>
+ <classname>java.lang.String</classname>
<description>JavaScript handler for call after the page is
changed</description>
- </property>
-
- <property hidden="true" existintag="false"
exist="false" >
- <name>firstRow</name>
- <classname>int</classname>
</property>
+
+ <property hidden="true" existintag="false"
exist="false" >
+ <name>firstRow</name>
+ <classname>int</classname>
+ </property>
</component>
&listeners;