Author: jleroux
Date: Mon May 10 06:36:43 2010
New Revision: 942667
URL:
http://svn.apache.org/viewvc?rev=942667&view=revLog:
client-autocomplete-field="true" is useless since it's the default value (thanks to Scott for the reminder). I was thinking about lookup descriptions, but Bilgin has activated it by default at r936638, so nothing is needed :o)
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=942667&r1=942666&r2=942667&view=diff==============================================================================
--- ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml (original)
+++ ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml Mon May 10 06:36:43 2010
@@ -285,7 +285,7 @@ under the License.
<!-- Lookup (in a popup windows, old style) -->
<!-- Using separated labels is not recommended (it's better using sentences than words for translation) but here we use only Common labels to avoid dependencies from application to framework -->
<field name="partyIdFrom" title="${uiLabelMap.CommonPartyID} ${uiLabelMap.CommonFrom}"><!-- we use partyIdFrom here only to differentiate from the other partyId field we use below, ie partyIdTo-->
- <lookup target-form-name="LookupPartyExample" presentation="window" client-autocomplete-field="true"/>
+ <lookup target-form-name="LookupPartyExample" presentation="window"/>
</field>
<!-- Standard Lookup in a layer (new style)-->
<!-- passes the name in one and the id in another field -->