Author: sergeyhalipov
Date: 2008-03-19 12:56:19 -0400 (Wed, 19 Mar 2008)
New Revision: 6967
Modified:
trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml
Log:
http://jira.jboss.com/jira/browse/RF-2310
Modified: trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml
===================================================================
--- trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml 2008-03-19 16:55:48
UTC (rev 6966)
+++ trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml 2008-03-19 16:56:19
UTC (rev 6967)
@@ -356,7 +356,15 @@
"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>
+ <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>