[CLOSED] TreePanel selected node (Server Side)

  1. #1

    [CLOSED] TreePanel selected node (Server Side)

    OK, here is a Friday afternoon question. How can I get the last selected node in a TreePanel on the server side. On the client I use:

       var node = App.TreePanel01.getSelectionModel().getLastSelected();
    In the long run I am trying to get the current select node and get its path (node.getPath), so that after I rebuild the tree and can expand the tree based on the path.
    Last edited by Daniil; Dec 12, 2012 at 12:29 PM. Reason: [CLOSED]
  2. #2
    Hello!

    Try to use

    TreePanel.SelectedNodes

Similar Threads

  1. [CLOSED] Treepanel selected node server side
    By alainfo in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Jun 09, 2011, 1:49 PM
  2. Selected Node Id of a TreePanel
    By Z in forum 1.x Help
    Replies: 1
    Last Post: Jul 21, 2010, 8:26 AM
  3. Treepanel - Set Selected Node
    By Tbaseflug in forum 1.x Help
    Replies: 2
    Last Post: Dec 01, 2009, 4:46 PM
  4. [CLOSED] TreePanel selected node
    By alainfo in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 24, 2009, 6:47 AM
  5. add node dynamic on server side
    By simbal in forum 1.x Help
    Replies: 1
    Last Post: Apr 27, 2009, 5:44 PM

Posting Permissions