Author: smukhina
Date: 2008-03-24 12:58:03 -0400 (Mon, 24 Mar 2008)
New Revision: 7125
Modified:
trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml
Log:
http://jira.jboss.com/jira/browse/RF-2576
attribute desc is corrected
Modified: trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml
===================================================================
--- trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml 2008-03-24 16:35:06
UTC (rev 7124)
+++ trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml 2008-03-24 16:58:03
UTC (rev 7125)
@@ -91,7 +91,7 @@
<name>usingSuggestObjects</name>
<classname>boolean</classname>
<description>
- if true suggested object list will be created and witt be updated every time
when user changes input value
+ if true, a suggested object list will be created and will be updated every
time when an input value is changed
</description>
<defaultvalue>false</defaultvalue>
</property>
@@ -124,7 +124,7 @@
<classname>java.lang.String</classname>
<description>
A comma-delimited list of CSS style classes that is applied to popup
table rows. A space separated list of classes may also be specified for any individual
row. The styles are applied, in turn, to each row in the table. For example, if the list
has two elements, the first style class in the list is applied to the first row, the
second to the second row, the first to the third row, the second to the fourth row, etc.
In other words, we keep iterating through the list until we reach the end, and then we
start at the beginning again
- </description>
+ </description>
<defaultvalue>""</defaultvalue>
</property>
@@ -201,7 +201,7 @@
<description>
HTML CSS class attribute of element for pop-up
suggestion content
- </description>
+ </description>
<defaultvalue>""</defaultvalue>
</property>
<property>
@@ -210,26 +210,26 @@
<description>
HTML CSS style attribute of element for pop-up
suggestion content
- </description>
+ </description>
<defaultvalue>""</defaultvalue>
- </property>
- <property>
- <name>style</name>
- <classname>java.lang.String</classname>
- <description>
- CSS style(s) is/are to be applied when this component is rendered
- </description>
- <defaultvalue>""</defaultvalue>
- </property>
- <property>
- <name>styleClass</name>
- <classname>java.lang.String</classname>
- <description>
- Corresponds to the HTML class attribute
- </description>
- <defaultvalue>""</defaultvalue>
</property>
<property>
+ <name>style</name>
+ <classname>java.lang.String</classname>
+ <description>
+ CSS style(s) is/are to be applied when this component is rendered
+ </description>
+ <defaultvalue>""</defaultvalue>
+ </property>
+ <property>
+ <name>styleClass</name>
+ <classname>java.lang.String</classname>
+ <description>
+ Corresponds to the HTML class attribute
+ </description>
+ <defaultvalue>""</defaultvalue>
+ </property>
+ <property>
<name>frequency</name>
<classname>double</classname>
<description>
@@ -356,22 +356,22 @@
</property>
<property hidden="true">
<name>rows</name>
- </property>
- <property>
- <name>nothingLabel</name>
- <classname>java.lang.String</classname>
- <description>
- "nothingLabel" is inserted to popup list if the autocomplete
returns empty list.
- It isn't selectable and list is closed as always after click on it and nothing is
put to input.
- </description>
- </property>
- <property elonly="true" hidden="true"
existintag="false" exist="false" >
- <name>data</name>
- <classname>java.lang.Object</classname>
- </property>
- <property elonly="true" hidden="true"
existintag="false" exist="false" >
- <name>rowNumber</name>
- <classname>java.lang.Object</classname>
+ </property>
+ <property>
+ <name>nothingLabel</name>
+ <classname>java.lang.String</classname>
+ <description>
+ "nothingLabel" is inserted to popup list if the autocomplete
returns empty list.
+ It isn't selectable and list is closed as always after click on it and nothing is
put to input.
+ </description>
+ </property>
+ <property elonly="true" hidden="true"
existintag="false" exist="false" >
+ <name>data</name>
+ <classname>java.lang.Object</classname>
</property>
+ <property elonly="true" hidden="true"
existintag="false" exist="false" >
+ <name>rowNumber</name>
+ <classname>java.lang.Object</classname>
+ </property>
</component>
</components>