Author: msorokin
Date: 2008-04-28 11:49:10 -0400 (Mon, 28 Apr 2008)
New Revision: 8248
Modified:
trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml
Log:
http://jira.jboss.com/jira/browse/RF-730
http://jira.jboss.com/jira/browse/RF-2220
Corrected language and added default values
Modified: trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml
===================================================================
--- trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml 2008-04-28 15:49:03
UTC (rev 8247)
+++ trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml 2008-04-28 15:49:10
UTC (rev 8248)
@@ -84,7 +84,7 @@
<name>ajaxSingle</name>
<classname>boolean</classname>
<description>
- if "true", the component tree is processed limited only to the
current component
+ if "true", the component tree is processed limited only to the
current component. Default value is "true".
</description>
<defaultvalue>true</defaultvalue>
</property>
@@ -92,7 +92,7 @@
<name>usingSuggestObjects</name>
<classname>boolean</classname>
<description>
- if true, a suggested object list will be created and will be updated every
time when an input value is changed
+ if true, a suggested object list will be created and will be updated
every time when an input value is changed. Default value is "false".
</description>
<defaultvalue>false</defaultvalue>
</property>
@@ -115,7 +115,7 @@
<name>entryClass</name>
<classname>java.lang.String</classname>
<description>
- Name of the CSS class for a suggestion entry element
+ Name of the CSS class for a suggestion entry element.
(table row)
</description>
<defaultvalue>"richfaces_suggestionEntry"</defaultvalue>
@@ -168,7 +168,7 @@
Name the HTTP request parameter with the value of input
element token. If not set, it be will sent as an input
element name. In this case, input will perform
- validation and update the value
+ validation and update the value. Default value is
"inputvalue".
</description>
<defaultvalue>"inputvalue"</defaultvalue>
</property>
@@ -260,7 +260,7 @@
<name>width</name>
<classname>java.lang.String</classname>
<description>
- Width of the pop-up window in pixels
+ Width of the pop-up window in pixels. Default value is
"200".
</description>
<defaultvalue>"200"</defaultvalue>
</property>
@@ -268,7 +268,7 @@
<name>height</name>
<classname>java.lang.String</classname>
<description>
- Height of the pop-up window in pixels
+ Height of the pop-up window in pixels. Default value is
"200".
</description>
<defaultvalue>"200"</defaultvalue>
</property>
@@ -342,7 +342,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. Default value is "200".
</description>
<defaultvalue>200</defaultvalue>
</property>
@@ -375,4 +375,4 @@
<classname>int</classname>
</property>
</component>
-</components>
+</components>
\ No newline at end of file