1 Reply Latest reply on Jun 2, 2009 2:52 PM by nbelaevski

    how to disable images in tree component

      Is there a way to prevent the tree component in RichFaces from spitting out img tags for the tree components folders and leaf nodes? I want to use CSS to add images instead of using the img tags.

      I keep seeing

      <img class="dr-tree-h-ic-img-md dr-tree-h-ic-img" alt="" src="/a4j/g/3_3_1.GAimages/iconFolder.gif"/>
      


      and

      <img class="dr-tree-h-ic-img-md dr-tree-h-ic-img" alt="" src="/a4j/g/3_3_1.GAimages/iconLeaf.gif"/>
      


      I don't really want these to be generated in the response. Is there an option to disable them?