Author: jleroux
Date: Fri Aug  4 15:55:38 2017
New Revision: 1804139

URL: http://svn.apache.org/viewvc?rev=1804139&view=rev
Log:
Monthly update of DTDS

Modified:
    ofbiz/site/dtds/widget-form.xsd

Modified: ofbiz/site/dtds/widget-form.xsd
URL: 
http://svn.apache.org/viewvc/ofbiz/site/dtds/widget-form.xsd?rev=1804139&r1=1804138&r2=1804139&view=diff
==============================================================================
--- ofbiz/site/dtds/widget-form.xsd (original)
+++ ofbiz/site/dtds/widget-form.xsd Fri Aug  4 15:55:38 2017
@@ -1368,6 +1368,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         Shows the lookup as moveable and resizable layer or 
popup window. 
+                        if set to none only autocompletion is active (no 
lookup form would be call)
                         Default to layer.
                     </xs:documentation>
                 </xs:annotation>
@@ -1375,6 +1376,7 @@ under the License.
                     <xs:restriction base="xs:string">
                         <xs:enumeration value="layer" />
                         <xs:enumeration value="window" />
+                        <xs:enumeration value="none" />
                     </xs:restriction>
                 </xs:simpleType>
             </xs:attribute>


Reply via email to