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 2008/11/02 12:46:09 UTC

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

Author: jleroux
Date: Sun Nov  2 03:46:09 2008
New Revision: 709871

URL: http://svn.apache.org/viewvc?rev=709871&view=rev
Log:
I forgot initially-collapsed in previous commit.
Put some documentation

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=709871&r1=709870&r2=709871&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/dtd/widget-form.xsd (original)
+++ ofbiz/trunk/framework/widget/dtd/widget-form.xsd Sun Nov  2 03:46:09 2008
@@ -303,9 +303,15 @@
     </xs:element>
     <xs:attributeGroup name="attlist.field-group">
         <xs:attribute type="xs:string" name="title"/>
+            <xs:annotation><xs:documentation>A unique name for this fields group.</xs:documentation></xs:annotation>
         <xs:attribute type="xs:string" name="collapsible"/>
+            <xs:annotation><xs:documentation>Indicate in this fields group is collapsible or not, false by default.</xs:documentation></xs:annotation>
+        <xs:attribute type="xs:string" name="initially-collapsed"/>        
+        <xs:annotation><xs:documentation>Indicate in this fields group is initially collapsed or not, false by default. If set to true implies collapsible even if not set</xs:documentation></xs:annotation>
         <xs:attribute type="xs:string" name="id"/>
+            <xs:annotation><xs:documentation>Set an unique CSS identifier to this fields group.</xs:documentation></xs:annotation>
         <xs:attribute type="xs:string" name="style"/>
+            <xs:annotation><xs:documentation>Set a CSS style to this fields group.</xs:documentation></xs:annotation>
     </xs:attributeGroup>
     <xs:element name="banner">
         <xs:complexType>