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. |
http://www.opensourcestrategies.com/ofbiz/ofbiz_screen_widget_cookbook.txt
Regards Ashish Vijaywargiya --- Jean-Sébastien Hederer <[hidden email]> 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 |
Or: http://incubator.apache.org/ofbiz/VideosFrameworkIntro.html On Dec 8, 2006, at 8:09 AM, Ashish Vijaywargiya wrote: > http://www.opensourcestrategies.com/ofbiz/ > ofbiz_screen_widget_cookbook.txt > > Regards > Ashish Vijaywargiya > > --- Jean-Sébastien Hederer <[hidden email]> 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 |
In reply to this post by Ashish Vijaywargiya-2
"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 <[hidden email]> 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 > > |
Free forum by Nabble | Edit this page |