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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

jacopoc
Author: jacopoc
Date: Sat Apr  5 09:42:53 2008
New Revision: 645135

URL: http://svn.apache.org/viewvc?rev=645135&view=rev
Log:
Added descriptions for the also-hidden attributes, based on feedback from the user list.

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=645135&r1=645134&r2=645135&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/dtd/widget-form.xsd (original)
+++ ofbiz/trunk/framework/widget/dtd/widget-form.xsd Sat Apr  5 09:42:53 2008
@@ -506,6 +506,7 @@
     </xs:element>
     <xs:attributeGroup name="attlist.display">
         <xs:attribute name="also-hidden" default="true">
+            <xs:annotation><xs:documentation>If set to true, an hidden form field is also rendered, with the name of the field and its content.</xs:documentation></xs:annotation>
             <xs:simpleType>
                 <xs:restriction base="xs:token">
                     <xs:enumeration value="true"/>
@@ -553,6 +554,7 @@
             </xs:simpleType>
         </xs:attribute>
         <xs:attribute name="also-hidden" default="true">
+            <xs:annotation><xs:documentation>If set to true, an hidden form field is also rendered, with the name of the field and its content.</xs:documentation></xs:annotation>
             <xs:simpleType>
                 <xs:restriction base="xs:token">
                     <xs:enumeration value="true"/>
@@ -651,6 +653,7 @@
     </xs:element>
     <xs:attributeGroup name="attlist.hyperlink">
         <xs:attribute name="also-hidden" default="true">
+            <xs:annotation><xs:documentation>If set to true, an hidden form field is also rendered, with the name of the field and its content.</xs:documentation></xs:annotation>
             <xs:simpleType>
                 <xs:restriction base="xs:token">
                     <xs:enumeration value="true"/>