How does visual theme for product store work?

2013-06-20 Thread Robert Wynkoop
How does setting the visual theme for product store work?  How does this
change the view?  Does it use a different style sheet?  I trying to
investigate how view themes are handled.

I have been looking at RequestHandler.renderView and MacroScreenView.render
but have not seen anything related to themes.


Robert Wynkoop


Re: How does visual theme for product store work?

2013-06-22 Thread Varun Bhansaly
Hi Robert,

Visual themes define the resources they are going to use such as - JS, CSS,
header, footer etc.
When you are viewing a product store, the configured theme is picked by a
decorator, is then applied to render the screen.

On Fri, Jun 21, 2013 at 7:40 AM, Robert Wynkoop wrote:

> How does setting the visual theme for product store work?  How does this
> change the view?  Does it use a different style sheet?  I trying to
> investigate how view themes are handled.
>
> I have been looking at RequestHandler.renderView and MacroScreenView.render
> but have not seen anything related to themes.
>
>
> Robert Wynkoop
>



-- 
Regards,
Varun Bhansaly


Re: How does visual theme for product store work?

2013-06-22 Thread Robert Wynkoop
Not at my code, is the decorator a property on the screen object?

Robert Wynkoop
Sent from my mobile phone.
On Jun 22, 2013 9:34 AM, "Varun Bhansaly"  wrote:

> Hi Robert,
>
> Visual themes define the resources they are going to use such as - JS, CSS,
> header, footer etc.
> When you are viewing a product store, the configured theme is picked by a
> decorator, is then applied to render the screen.
>
> On Fri, Jun 21, 2013 at 7:40 AM, Robert Wynkoop  >wrote:
>
> > How does setting the visual theme for product store work?  How does this
> > change the view?  Does it use a different style sheet?  I trying to
> > investigate how view themes are handled.
> >
> > I have been looking at RequestHandler.renderView and
> MacroScreenView.render
> > but have not seen anything related to themes.
> >
> >
> > Robert Wynkoop
> >
>
>
>
> --
> Regards,
> Varun Bhansaly
>


Re: How does visual theme for product store work?

2013-06-22 Thread Robert Wynkoop
Robert Wynkoop
Sent from my mobile phone.
On Jun 22, 2013 3:14 PM, "Robert Wynkoop"  wrote:

> Not at my code, is the decorator a property on the screen object?
>
> Robert Wynkoop
> Sent from my mobile phone.
> On Jun 22, 2013 9:34 AM, "Varun Bhansaly"  wrote:
>
>> Hi Robert,
>>
>> Visual themes define the resources they are going to use such as - JS,
>> CSS,
>> header, footer etc.
>> When you are viewing a product store, the configured theme is picked by a
>> decorator, is then applied to render the screen.
>>
>> On Fri, Jun 21, 2013 at 7:40 AM, Robert Wynkoop > >wrote:
>>
>> > How does setting the visual theme for product store work?  How does this
>> > change the view?  Does it use a different style sheet?  I trying to
>> > investigate how view themes are handled.
>> >
>> > I have been looking at RequestHandler.renderView and
>> MacroScreenView.render
>> > but have not seen anything related to themes.
>> >
>> >
>> > Robert Wynkoop
>> >
>>
>>
>>
>> --
>> Regards,
>> Varun Bhansaly
>>
>


Re: How does visual theme for product store work?

2013-06-22 Thread Robert Wynkoop
Varun,

Thanks for your help.  I will get this figured out.

Robert Wynkoop
Sent from my mobile phone.
On Jun 22, 2013 4:03 PM, "Robert Wynkoop"  wrote:

> Robert Wynkoop
> Sent from my mobile phone.
> On Jun 22, 2013 3:14 PM, "Robert Wynkoop" 
> wrote:
>
>> Not at my code, is the decorator a property on the screen object?
>>
>> Robert Wynkoop
>> Sent from my mobile phone.
>> On Jun 22, 2013 9:34 AM, "Varun Bhansaly"  wrote:
>>
>>> Hi Robert,
>>>
>>> Visual themes define the resources they are going to use such as - JS,
>>> CSS,
>>> header, footer etc.
>>> When you are viewing a product store, the configured theme is picked by a
>>> decorator, is then applied to render the screen.
>>>
>>> On Fri, Jun 21, 2013 at 7:40 AM, Robert Wynkoop <
>>> robert.wynk...@gmail.com>wrote:
>>>
>>> > How does setting the visual theme for product store work?  How does
>>> this
>>> > change the view?  Does it use a different style sheet?  I trying to
>>> > investigate how view themes are handled.
>>> >
>>> > I have been looking at RequestHandler.renderView and
>>> MacroScreenView.render
>>> > but have not seen anything related to themes.
>>> >
>>> >
>>> > Robert Wynkoop
>>> >
>>>
>>>
>>>
>>> --
>>> Regards,
>>> Varun Bhansaly
>>>
>>