3 Replies Latest reply on Nov 18, 2007 3:20 PM by ykravchenko

    Changing line images in rich:tree

    fzaker

      I am using RichFaces 3.0.1 (no problem with upgrade if necessary). Until now I have been successfully changed default minus and plus icons. But I could not change the line images. In fact I am trying to use rich:tree in right to left format.
      Is it possible to change the line images in tree?

        • 1. Re: Changing line images in rich:tree
          fzaker

          Please help me. I am working on a deadline.
          Any kind of help is appreciated.

          • 2. Re: Changing line images in rich:tree
            ilya_shaikovsky

            Unfortunatelly it's hardcoded right now and can't be changed out-of-the-box.

            • 3. Re: Changing line images in rich:tree
              ykravchenko

              Hi all. I've got related question (didn't want to create separate post).
              Ilya could you please answer question regarding <rich:tree> and nodes icons.

              What I'm trying to do is to give nodes own icons, so everything would look cool and nice :)

              The problem is that icon and iconLeaf attributes of tree don't work at all. I managed to create different icons doing this:

              <f:facet name="icon">
              <h:graphicImage .... />
              </f:facet>
              

              But what's wrong with icon and iconLeaf attributes ?

              I use richfaces 3.1.0, jsf 1.1 (sun impl).

              Regards Yevgen Kravchenko