You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2010/02/04 19:12:45 UTC

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

Author: jleroux
Date: Thu Feb  4 18:12:45 2010
New Revision: 906591

URL: http://svn.apache.org/viewvc?rev=906591&view=rev
Log:
Update widget-form.xsd (related to r906584)

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=906591&r1=906590&r2=906591&view=diff
==============================================================================
--- ofbiz/site/dtds/widget-form.xsd (original)
+++ ofbiz/site/dtds/widget-form.xsd Thu Feb  4 18:12:45 2010
@@ -903,7 +903,7 @@
                 </xs:restriction>
             </xs:simpleType>
         </xs:attribute>
-        <xs:attribute name="lookup-presentation" default="window">
+        <xs:attribute name="presentation" default="window">
             <xs:annotation><xs:documentation>Shows the lookup as moveable and resizable layer or window. For layer lookups use the 'LookupLayerPopupDecorator'</xs:documentation></xs:annotation>
             <xs:simpleType>
                 <xs:restriction base="xs:string">
@@ -912,13 +912,13 @@
                 </xs:restriction>
             </xs:simpleType>
         </xs:attribute>
-        <xs:attribute type="xs:string" name="lookup-height">
+        <xs:attribute type="xs:string" name="height">
             <xs:annotation><xs:documentation>Only layer height. I.e. 250px, 12%</xs:documentation></xs:annotation>
         </xs:attribute>
-        <xs:attribute type="xs:string" name="lookup-width">
+        <xs:attribute type="xs:string" name="width">
             <xs:annotation><xs:documentation>Only layer width. I.e. 250px, 12%</xs:documentation></xs:annotation>
         </xs:attribute>
-        <xs:attribute name="lookup-position" default="normal">
+        <xs:attribute name="position" default="normal">
             <xs:annotation><xs:documentation>Only layer position. Normal sets the layer under the target field.</xs:documentation></xs:annotation>
             <xs:simpleType>
                 <xs:restriction base="xs:string">
@@ -928,6 +928,7 @@
                     <xs:enumeration value="right"/>
                     <xs:enumeration value="topleft"/>
                     <xs:enumeration value="topright"/>
+                    <xs:enumeration value="topcenter"/>
                 </xs:restriction>
             </xs:simpleType>
         </xs:attribute>