svn commit: r1072599 - /ofbiz/trunk/framework/widget/dtd/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: r1072599 - /ofbiz/trunk/framework/widget/dtd/widget-screen.xsd

erwan
Author: erwan
Date: Sun Feb 20 14:11:02 2011
New Revision: 1072599

URL: http://svn.apache.org/viewvc?rev=1072599&view=rev
Log:
Adding missing DTD attributes for link element when calling an ajax-window

Modified:
    ofbiz/trunk/framework/widget/dtd/widget-screen.xsd

Modified: ofbiz/trunk/framework/widget/dtd/widget-screen.xsd
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/dtd/widget-screen.xsd?rev=1072599&r1=1072598&r2=1072599&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/dtd/widget-screen.xsd (original)
+++ ofbiz/trunk/framework/widget/dtd/widget-screen.xsd Sun Feb 20 14:11:02 2011
@@ -857,6 +857,8 @@ under the License.
         <xs:attribute type="xs:string" name="name"/>
         <xs:attribute type="xs:string" name="target-window"/>
         <xs:attribute type="xs:string" name="prefix"/>
+        <xs:attribute type="xs:string" name="width"/>
+        <xs:attribute type="xs:string" name="height"/>
         <xs:attribute name="link-type" default="auto">
             <xs:simpleType>
                 <xs:restriction base="xs:token">