Author: jleroux
Date: Tue Sep 21 13:59:07 2010
New Revision: 999420

URL: http://svn.apache.org/viewvc?rev=999420&view=rev
Log:
Forgot to save the TODO note :/

Modified:
    ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml

Modified: 
ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml?rev=999420&r1=999419&r2=999420&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml 
(original)
+++ ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml Tue 
Sep 21 13:59:07 2010
@@ -234,6 +234,7 @@ under the License.
         <!-- most feature rich for autocomplete, ie partial text entry 
searches the full string, 
             doesn't require custom request to function, etc; Note that for 
usability this is still a bit lame since you can't see the full list, 
             you HAVE to know part of the ID or description in order to see 
options -->
+        <!-- TODO : return only the Id, else you need to edit the field to 
remove the description -->
         <field name="emptyField1" 
title="${uiLabelMap.CommonEmptyHeader}"><display/></field>
         <field name="geoId" title="${uiLabelMap.ExampleAutocompleteDropdown}"
             tooltip="${uiLabelMap.ExampleAutocompleteTooltip}">


Reply via email to