You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by zh...@apache.org on 2016/04/27 06:50:26 UTC

svn commit: r1741146 - /ofbiz/trunk/framework/widget/dtd/widget-form.xsd

Author: zhangwei
Date: Wed Apr 27 04:50:26 2016
New Revision: 1741146

URL: http://svn.apache.org/viewvc?rev=1741146&view=rev
Log:
OFBIZ-7024 Attribute 'placeholder' is not allowed to appear in element 'text'

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=1741146&r1=1741145&r2=1741146&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/dtd/widget-form.xsd (original)
+++ ofbiz/trunk/framework/widget/dtd/widget-form.xsd Wed Apr 27 04:50:26 2016
@@ -1621,6 +1621,11 @@ under the License.
                     </xs:restriction>
                 </xs:simpleType>
             </xs:attribute>
+            <xs:attribute name="placeholder" type="xs:string">
+                <xs:annotation>
+                    <xs:documentation>Specifies a short hint that describes the expected value of an input field.</xs:documentation>
+                </xs:annotation>
+            </xs:attribute>
         </xs:complexType>
     </xs:element>
     <xs:element name="textarea" substitutionGroup="AllFields">