This is screen defination

<screen name="main-decorator">
        <section>
            <actions>
                <!-- base/top/specific map first, then more common map added
for shared labels --> 
                <property-map resource="EcommerceUiLabels"
map-name="uiLabelMap" global="true"/>
                <property-map resource="CommonUiLabels"
map-name="uiLabelMap" global="true"/>
                <property-map resource="ProductUiLabels"
map-name="uiLabelMap" global="true"/>
                <property-map resource="AccountingUiLabels"
map-name="uiLabelMap" global="true"/>
                <property-map resource="PartyUiLabels" map-name="uiLabelMap"
global="true"/>
                <property-map resource="OrderUiLabels" map-name="uiLabelMap"
global="true"/>
                
                <set field="MainColumnStyle" value="nocolumns"
global="true"/>
                
                <script
location="component://sfms/widget/EcommerceSetup.bsh"/>
                                  <script
location="component://sfms/webapp/sfms/includes/metatagfiles/sfmskeywords.bsh"/>
            </actions>
            <widgets>
                <!-- render header -->
                
                                 <platform-specific><html><html-template
location="component://sfms/webapp/sfms/includes/header.ftl"/></html></platform-specific>
                
                <container id="ecom-mainarea">
                    <!-- by default will render left-bar only if
left/rightbarScreenName value not empty -->
                    
                    <container style="${MainColumnStyle}">
                        <!-- render messages -->
                                                
                        <platform-specific><html><html-template
location="component://common/webcommon/includes/messages.ftl"/></html></platform-specific>
                        <decorator-section-include name="body"/>
                                            
                    </container>                   
                    <include-screen name="${leftbarScreenName}"
location="${leftbarScreenLocation}"/> 
                                        <include-screen 
name="${rightbarScreenName}"
location="${rightbarScreenLocation}"/>    
                    
                        <container style="endcolumns"/> 
                                        
                                        
                </container>
                   
                                        <!-- render footer -->
                                <platform-specific><html><html-template
location="component://sfms/webapp/sfms/includes/footer.ftl"/></html></platform-specific>
                
          
            </widgets>
        </section>
    </screen>
-- 
View this message in context: 
http://www.nabble.com/screen-loading-sequence-tf2065552.html#a5700068
Sent from the OFBiz - User forum at Nabble.com.

Reply via email to