2 Replies Latest reply on Oct 15, 2007 9:35 AM by lmk

    disable rich style  on one JSf page

    lmk

      hello,

      Im using rich faces with Skin style. I'd like to use another style for only one jsf page..
      I must use the default style..
      how can I do that?
      thanks..

        • 1. Re: disable rich style  on one JSf page
          ilya_shaikovsky

          You can

          1) override default rich classes with the properties you need.

          Or

          2) map the property in web.xml to some bean property and in the action where you change the page to the page without styles - change the property value to DEFAULT. And set it as you need in actions where you leave this page.

          • 2. Re: disable rich style  on one JSf page
            lmk

             

            "ilya_shaikovsky" wrote:
            You can

            1) override default rich classes with the properties you need.

            Or

            2) map the property in web.xml to some bean property and in the action where you change the page to the page without styles - change the property value to DEFAULT. And set it as you need in actions where you leave this page.


            I tried to override default rich classes without probative result.

            example: ovveride table class, (wich called on the html src file)

            .dr-toolbar-ext rich-toolbar {
             color: black;
             text-transform: uppercase;
            }