You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Nicolas Malin <ni...@nereide.fr> on 2017/08/04 19:36:12 UTC

Re: svn commit: r1804139 - /ofbiz/site/dtds/widget-form.xsd

Thanks Jacques,

I also forgot this.

Nicolas


Le 04/08/2017 à 17:55, jleroux@apache.org a écrit :
> 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>
>
>
>