0 Replies Latest reply on Jun 20, 2011 6:04 AM by vijaya.allen

    Richfaces 4 + Liferay6.0.6 + Issue With extendedDataTable

    vijaya.allen

      I have problem in rich:extendedDataTable look and feel on liferay6.0.6

       

      view source i could see the css file properly

       

      http://localhost:8080/web/guest/profile?_2_WAR_RichfaceLiferayDemo_INSTANCE_DMi9_db=eAG7vM0sHgAGPQIf&_2_WAR_RichfaceLiferayDemo_INSTANCE_DMi9_ln=org.richfaces&_2_WAR_RichfaceLiferayDemo_INSTANCE_DMi9_rfRes=extendedDataTable.ecss&p_p_cacheability=cacheLevelPage&p_p_col_count=1&p_p_col_id=column-1&p_p_id=2_WAR_RichfaceLiferayDemo_INSTANCE_DMi9&p_p_lifecycle=2&p_p_mode=view&p_p_state=normal

       

       

      I see the below css generated, here i did not find the image colHdrGrad.png anywhere in the jar file. I guess because of this i am, not getting the background color.

       

      *.rf-edt {

      overflow: hidden;

      background-color: #FFFFFF;

      border: 1px solid #C0C0C0;

      }

      *.rf-edt-hdr, *.rf-edt-tbl-hdr {

      background-image: url(/RichfaceLiferayDemo/rfRes/colHdrGrad.png?v=4.0.0.Final&db=eAFjZJBjZDBiZBBh!H!y7QfG!00nzzMwAQA3dwcq&ln=org.richfaces.images);

      }

      *.rf-edt-tbl-hdr {

      border-bottom: 1px solid #C0C0C0;

      }

      *.rf-edt-b {

      overflow-x: hidden;

      overflow-y: auto;

      width: 100%;

      }

      *.rf-edt-spcr {

      height: 0px;

      font-size: 0px;

      }

      *.rf-edt-ftr, *.rf-edt-tbl-ftr {

      border-top: 1px solid #C0C0C0;

      background-color: #cccccc;

      }

      *.rf-edt-ftr-fzn {

      vertical-align: top;

      }

      *.rf-edt-cnt {

      overflow: hidden;

      }

      div.rf-edt-ftr-cnt {

      overflow-x: auto;

      overflow-y: visible;

      }

      *.rf-edt-rsz-cntr {

      left: 0px;

      position: relative;

      height: 0px;

      }