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 |
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 <[hidden email]>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 |
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" <[hidden email]> 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 <[hidden email] > >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 > |
Robert Wynkoop
Sent from my mobile phone. On Jun 22, 2013 3:14 PM, "Robert Wynkoop" <[hidden email]> 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" <[hidden email]> 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 <[hidden email] >> >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 >> > |
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" <[hidden email]> wrote: > Robert Wynkoop > Sent from my mobile phone. > On Jun 22, 2013 3:14 PM, "Robert Wynkoop" <[hidden email]> > 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" <[hidden email]> 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 < >>> [hidden email]>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 >>> >> |
Free forum by Nabble | Edit this page |