svn commit: r1837828 - /ofbiz/site/dtds/widget-screen.xsd

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

svn commit: r1837828 - /ofbiz/site/dtds/widget-screen.xsd

Deepak Dixit-5
Author: deepak
Date: Fri Aug 10 18:29:47 2018
New Revision: 1837828

URL: http://svn.apache.org/viewvc?rev=1837828&view=rev
Log:
Improved: Updated container element schema, Now its possible to generate html5 custom element using container tag
(OFBIZ-10495)

Modified:
    ofbiz/site/dtds/widget-screen.xsd

Modified: ofbiz/site/dtds/widget-screen.xsd
URL: http://svn.apache.org/viewvc/ofbiz/site/dtds/widget-screen.xsd?rev=1837828&r1=1837827&r2=1837828&view=diff
==============================================================================
--- ofbiz/site/dtds/widget-screen.xsd (original)
+++ ofbiz/site/dtds/widget-screen.xsd Fri Aug 10 18:29:47 2018
@@ -263,6 +263,13 @@ under the License.
                     </xs:documentation>
                 </xs:annotation>
             </xs:attribute>
+            <xs:attribute type="xs:string" name="type">
+                <xs:annotation>
+                    <xs:documentation>With the type it is possible to render different containers
+                        than div like section, nav, header etc.
+                    </xs:documentation>
+                </xs:annotation>
+            </xs:attribute>
             <xs:attribute type="xs:string" name="auto-update-interval">
                 <xs:annotation>
                     <xs:documentation>The auto-update interval, in seconds.</xs:documentation>