Author: jleroux
Date: Sat Jun 5 08:21:14 2010
New Revision: 951672
URL:
http://svn.apache.org/viewvc?rev=951672&view=revLog:
Improves target-parameter documentation
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=951672&r1=951671&r2=951672&view=diff==============================================================================
--- ofbiz/trunk/framework/widget/dtd/widget-form.xsd (original)
+++ ofbiz/trunk/framework/widget/dtd/widget-form.xsd Sat Jun 5 08:21:14 2010
@@ -911,7 +911,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.</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>