Re: screen loading sequence
Posted by rajshekhar on
URL: http://ofbiz.116.s1.nabble.com/screen-loading-sequence-tp141209p141211.html
This is screen defination
<screen name="main-decorator">
<section>
<actions>
<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>
<platform-specific><html><html-template location="component://sfms/webapp/sfms/includes/header.ftl"/></html></platform-specific>
<container id="ecom-mainarea">
<container style="${MainColumnStyle}">
<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>
<platform-specific><html><html-template location="component://sfms/webapp/sfms/includes/footer.ftl"/></html></platform-specific>
</widgets>
</section>
</screen>