0 Replies Latest reply on Feb 12, 2008 6:17 AM by mausca

    Rich tree - using via javascript

    mausca

      Hallo,

      I need to get the data related to a specific node on rich:tree control to use it in a javascript function.

      for example:
      onClick="calledfunction(nodeidentifier and data)"
      function calledfunction(nodedata)
      {
      alert(nodedata);
      }

      in wich mode i can do this??