Screen Decorators

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Screen Decorators

Imac
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

Reply | Threaded
Open this post in threaded view
|

Re: Screen Decorators

Imac
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" <[hidden email]> 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
>

Reply | Threaded
Open this post in threaded view
|

Re: Screen Decorators

Julien NICOLAS
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" <[hidden email]> 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
>>

Reply | Threaded
Open this post in threaded view
|

Re: Screen Decorators

Imac
Thanks Julien,

Let me get my head around it for a fews days and then I’ll get to you.




On 04/02/16 12:36, "Julien NICOLAS" <[hidden email]> wrote:

>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" <[hidden email]> 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
>>>
>