"Ashish Vijaywargiya" a écrit le 08/12/2006 16:09 :
http://www.opensourcestrategies.com/ofbiz/ofbiz_screen_widget_cookbook.txt
this doesn't clearly explain what I need. does the example (copied under ) mean that <decorator-section-include name="section-decorator"/> is taken from <include-screen name="${shortcutsScreenName}"/> :

     <!-- This is a box around the main content of the application under the 
section tabbar -->
     <container style="centerarea">

         <!-- subheader includes a place to put the title and login/logout buttons 
-->
         <platform-specific><html><html-template 
location="component://crmsfa/webapp/crmsfa/includes/subheader.ftl"/></html></platform-specific>

         <!-- a div of class "contentarea" -->
         <container style="contentarea">

             <!-- a div of id "column-container" -->
             <container id="column-container">

TODO: insert code to show explicit columns
                 <!-- will render shortcuts only if shortcutsScreenName value not 
empty -->
                 <include-screen name="${shortcutsScreenName}"/>

                 <!-- The main column where most of the content goes. -->
                 <container>

                     <!-- Draw any messages, such as errors. TODO: use our own 
prettier version -->
                     <platform-specific><html><html-template 
location="component://common/webcommon/includes/messages.ftl"/></html></platform-specific>

                     <!-- Finally, include the section screen -->
                     <decorator-section-include name="section-decorator"/>
                 </container>
             </container>
         </container>
     </container>



Regards
Ashish Vijaywargiya

--- Jean-Sébastien Hederer <[EMAIL PROTECTED]> wrote:

I'd like to know to which parent object is
<decorator-section-include name="body"/> linked?

How does this function exactly?

It seems a little bit confused for me.




____________________________________________________________________________________
Yahoo! Music Unlimited
Access over 1 million songs.
http://music.yahoo.com/unlimited


Reply via email to