Hi Ed,
Did you try this documentation ?
https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide
Especially this part :
https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide#OFBizTutorial-ABeginnersDevelopmentGuide-CreatingtheUserInterface
Because you will learn how you can disconnect your screen from the
framework and theme decorator.
When you'll better understand that, I can help you to understand how to
make your own decoration ;)
hope that help,
Julien.
Le 04/02/2016 12:07, imac a écrit :
Would it be enough to create a CommonScreens.xml, add all the particular
screens there and register it in web.xml of the theme as a context-param?
On 04/02/16 12:03, "imac" <[email protected]> wrote:
Hi everyone,
First, sorry for the noob question…
Wanted to know if there was a way to incorporate custom screens and decorators
into a theme and have them override the framework application ones.
Or would it be necessary to modify the global decorator in the framework and
all the particular screens in each app to conform to the desired layout of the
theme?
Thanks
Ed