This is an automated email from the ASF dual-hosted git repository.

nmalin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ofbiz-site.git


The following commit(s) were added to refs/heads/master by this push:
     new c081d9a  Improved: update widget-screen.xsd after 'Add header screen 
for the screenlet' (#26)
c081d9a is described below

commit c081d9a8d16e11a72c7ecc329c785ad06c1fae17
Author: Nicolas Malin <[email protected]>
AuthorDate: Fri Jun 26 09:48:35 2026 +0200

    Improved: update widget-screen.xsd after 'Add header screen for the 
screenlet' (#26)
    
    Introduce by ofbiz-framework PR (#1342) (0b9cbae4c)
---
 dtds/widget-screen.xsd | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/dtds/widget-screen.xsd b/dtds/widget-screen.xsd
index a756067..7e02513 100644
--- a/dtds/widget-screen.xsd
+++ b/dtds/widget-screen.xsd
@@ -312,6 +312,16 @@ under the License.
                     <xs:documentation>Name of the screenlet include-menu sub 
element that will be used for the screenlet tab bar.</xs:documentation>
                 </xs:annotation>
             </xs:attribute>
+            <xs:attribute type="xs:string" name="screen-header-name">
+                <xs:annotation>
+                    <xs:documentation>Name of the screen to define advanced 
layouts for a screenlet’s header. When the screenlet is minimized, the header 
remains visible</xs:documentation>
+                </xs:annotation>
+            </xs:attribute>
+            <xs:attribute type="xs:string" name="screen-header-location">
+                <xs:annotation>
+                    <xs:documentation>Location of the screen to define 
advanced layouts for a screenlet’s header. If empty use the same location of 
the screenlet's parent screen.</xs:documentation>
+                </xs:annotation>
+            </xs:attribute>
         </xs:complexType>
     </xs:element>
 

Reply via email to