[ofbiz-framework] branch trunk updated: Improved: Complete the documentation in the XSD files (OFBIZ-7537)

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

[ofbiz-framework] branch trunk updated: Improved: Complete the documentation in the XSD files (OFBIZ-7537)

jleroux@apache.org
This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 9b3053d  Improved: Complete the documentation in the XSD files (OFBIZ-7537)
9b3053d is described below

commit 9b3053de97b8d16d9172ab2b3ea88ff577c31e02
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Sat Aug 29 19:12:30 2020 +0200

    Improved: Complete the documentation in the XSD files (OFBIZ-7537)
   
    Small changes in order to close the Jira :)
---
 framework/widget/dtd/widget-form.xsd | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/framework/widget/dtd/widget-form.xsd b/framework/widget/dtd/widget-form.xsd
index 9eb3efd..496d943 100644
--- a/framework/widget/dtd/widget-form.xsd
+++ b/framework/widget/dtd/widget-form.xsd
@@ -967,12 +967,18 @@ under the License.
             </xs:attribute>
             <xs:attribute type="xs:string" name="description">
                 <xs:annotation>
-                    <xs:documentation>Specifies the string to display, can use the ${} syntax to insert context values; if empty the value of the field will be printed for a default.</xs:documentation>
+                    <xs:documentation>
+                        Specifies the string to display, can use the ${} syntax to insert context values;
+                        if empty the value of the field will be printed for a default.
+                    </xs:documentation>
                 </xs:annotation>
             </xs:attribute>
             <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="type" default="text">