1 Reply Latest reply on Mar 7, 2012 1:36 AM by sabya113

    RF 4.2 Dynamic Skinning

    sabya113

      Hi

      I have implemented dynamic skinning in my application.Also implemented an user-defined skin.properties file according to my needs.

      I need to implement a particular style(say header color of RF) to a div.

      Any ideas on how to implement it?

      Am trying the below without any success..

       

      .topPanel div.topBoxContent {

      display:block;

      background:'#{richSkin.additionalBackgroundColor}';

      border:1px solid #92add1;

      border-width:0 1px;

      padding: 0px 0px 0px 0px;

      text-align: left;

      height: 98%;}

       

      I need the background of div to be changed dynamically acc to Skins without using extra .css files for each skin.

      Any suggestions will be highly appreciated..