3 Replies Latest reply on Aug 13, 2008 3:52 AM by holger_p

    prevent node selection in richfaces tree

    holger_p

      Hello,

      is there any possebility to prevent/cancel the node selection- i think this should be possible.

      Maybe i am just blind at the moment but i dont see any.

      Thx very much,
      Holger

        • 1. Re: prevent node selection in richfaces tree
          holger_p

          Hi, i noticed this question was posted several times but all threads have no answers, so theres no slution to this and nodes are always clickable?

          An short statement to this from the developers would be nice.

          Thx,
          Holger

          • 2. Re: prevent node selection in richfaces tree
            holger_p

            sorry for being so annoying, but could i please please get a statement on this -if node selection can be avoided? -

            Is this such an uncommen thing i am doing?


            • 3. Re: prevent node selection in richfaces tree
              holger_p

              Well after i doent get any responds on this on this forum i had to think of own solution.


              with the onclick / onselected events i couldnt do what i wanted.
              My Solution is to put an onverlay (absolute positioned div) over the node that isnt allowed to be selected.

              When the tree is scrolled, the overlays have to be repositioned, well about
              100 lines of javascript just to prevent a noded selection - i think richfaces claims to be out of the box?

              Well pls give the developers a possibility to prevent node selction , thatd a very basic thing that should be possible without write a lot of javascript code.