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 2016/06/22 12:47:38 UTC

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

Author: jleroux
Date: Wed Jun 22 12:47:38 2016
New Revision: 1749664

URL: http://svn.apache.org/viewvc?rev=1749664&view=rev
Log:
No functional change, just formatting

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=1749664&r1=1749663&r2=1749664&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/dtd/widget-form.xsd (original)
+++ ofbiz/trunk/framework/widget/dtd/widget-form.xsd Wed Jun 22 12:47:38 2016
@@ -1114,7 +1114,10 @@ under the License.
     </xs:element>
     <xs:element name="display-entity" substitutionGroup="AllFields">
         <xs:annotation>
-            <xs:documentation>This is just like display but looks up a description using the Entity Engine; note that if also-hidden is true then it uses the key as the value, not the shown description.</xs:documentation>
+            <xs:documentation>
+                This is just like display but looks up a description using the Entity Engine; 
+                note that if also-hidden is true then it uses the key as the value, not the shown description.
+            </xs:documentation>
         </xs:annotation>
         <xs:complexType>
             <xs:sequence>
@@ -1125,7 +1128,10 @@ under the License.
             <xs:attribute type="xs:string" name="description" default="${description}" />
             <xs:attribute type="xs:integer" name="size">
                 <xs:annotation>
-                    <xs:documentation>Specifies the size of the field (as a number of characters), when the text to display exceed the given size it is truncated and add the complete text as a hint</xs:documentation>
+                    <xs:documentation>
+                        Specifies the size of the field (as a number of characters), 
+                        when the text to display exceed the given size it is truncated and add the complete text as a hint
+                     </xs:documentation>
                 </xs:annotation>
             </xs:attribute>
             <xs:attribute name="cache" default="true">