Author: jleroux
Date: Mon Jan  3 10:59:53 2011
New Revision: 1054582

URL: http://svn.apache.org/viewvc?rev=1054582&view=rev
Log:
Fix a typo (missed a white space)

Modified:
    ofbiz/trunk/framework/widget/dtd/widget-form.xsd

Modified: ofbiz/trunk/framework/widget/dtd/widget-form.xsd
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/dtd/widget-form.xsd?rev=1054582&r1=1054581&r2=1054582&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/dtd/widget-form.xsd (original)
+++ ofbiz/trunk/framework/widget/dtd/widget-form.xsd Mon Jan  3 10:59:53 2011
@@ -937,7 +937,7 @@ under the License.
             <xs:annotation><xs:documentation>The name of a field whose value 
is also filled when coming back from lookup 
selection.</xs:documentation></xs:annotation>            
         </xs:attribute>
         <xs:attribute type="xs:string" name="target-parameter">
-            <xs:annotation><xs:documentation>The name of a field whose value 
is passed in as a parameter to the lookup target form. Can be a comma separated 
list. You need to affect it the value using parameters.parmI (where I is the 
position number in the list)in the related lookup screen. See 
LookupPreferredContactMech as example</xs:documentation></xs:annotation>
+            <xs:annotation><xs:documentation>The name of a field whose value 
is passed in as a parameter to the lookup target form. Can be a comma separated 
list. You need to affect it the value using parameters.parmI (where I is the 
position number in the list) in the related lookup screen. See 
LookupPreferredContactMech as example</xs:documentation></xs:annotation>
         </xs:attribute>
         <xs:attribute name="client-autocomplete-field" default="true">
             <xs:annotation><xs:documentation>Tells the browser whether or not 
to try and autocomplete with values previously entered. Default to 
true.</xs:documentation></xs:annotation>


Reply via email to